#ifndef BISECT_H #define BISECT_H extern struct commit_list *find_bisection(struct commit_list *list, int *reaches, int *all, int find_all); #endif