1#ifndef BISECT_H2#define BISECT_H34extern struct commit_list *find_bisection(struct commit_list *list,5int *reaches, int *all,6int find_all);78extern int show_bisect_vars(struct rev_info *revs, int reaches, int all,9int show_all);1011#endif