From 1c876546bda5dde35d4ae887ad6d24ed16ec953a Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sun, 19 Apr 2009 11:55:38 +0200 Subject: rev-list: make "estimate_bisect_steps" non static Because it will be used from "bisect.c" too. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- bisect.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bisect.h') diff --git a/bisect.h b/bisect.h index fdba913877..cb37ddfac0 100644 --- a/bisect.h +++ b/bisect.h @@ -26,4 +26,6 @@ extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all); extern int bisect_next_vars(const char *prefix); +extern int estimate_bisect_steps(int all); + #endif -- cgit v1.2.3