1#ifndef REACHEABLE_H 2#define REACHEABLE_H 3 4struct progress; 5extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, 6 unsigned long mark_recent, struct progress *); 7 8#endif
#ifndef REACHEABLE_H
#define REACHEABLE_H
struct progress;
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
unsigned long mark_recent, struct progress *);
#endif