From 6a17fad73369173ca71d3adf0d4335a0c8137cb9 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Thu, 26 Mar 2009 05:55:35 +0100 Subject: rev-list: make "show_bisect_vars" non static and declare it in "bisect.h" as we will use this function later. While at it, rename its last argument "show_all" instead of "bisect_find_all". 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 60b2fe1cdc..860a15c9b8 100644 --- a/bisect.h +++ b/bisect.h @@ -5,4 +5,6 @@ extern struct commit_list *find_bisection(struct commit_list *list, int *reaches, int *all, int find_all); +extern int show_bisect_vars(int reaches, int all, int show_all); + #endif -- cgit v1.2.1