rev-list: make "show_bisect_vars" non static
[git/spearce.git] / bisect.h
blob860a15c9b8de4b82ff5979d7d4afbba922c60732
1 #ifndef BISECT_H
2 #define BISECT_H
4 extern struct commit_list *find_bisection(struct commit_list *list,
5 int *reaches, int *all,
6 int find_all);
8 extern int show_bisect_vars(int reaches, int all, int show_all);
10 #endif