diff options
Diffstat (limited to 'bisect.h')
-rw-r--r-- | bisect.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |