diff: remove silent clamp of renameLimit
[gitweb.git] / bisect.h
index 2a6c831f3ecdd12839dff9a9740881fc836b09bd..0ae63d4616dc69712faff17930e39d4c521927e5 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -26,4 +26,8 @@ extern int bisect_next_all(const char *prefix, int no_checkout);
 
 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