Imported Upstream version 2.17.5
[platform/upstream/git.git] / bisect.h
index c535e6d..a5d9248 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -34,4 +34,6 @@ extern int estimate_bisect_steps(int all);
 
 extern void read_bisect_terms(const char **bad, const char **good);
 
+extern int bisect_clean_state(void);
+
 #endif