2007-01-06 11:16:17 +01:00
|
|
|
#ifndef REACHEABLE_H
|
|
|
|
#define REACHEABLE_H
|
|
|
|
|
2011-11-05 13:00:08 +01:00
|
|
|
struct progress;
|
2018-08-15 19:54:05 +02:00
|
|
|
struct rev_info;
|
|
|
|
|
2019-04-29 10:28:14 +02:00
|
|
|
int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
|
2019-04-29 10:28:23 +02:00
|
|
|
timestamp_t timestamp);
|
2019-04-29 10:28:14 +02:00
|
|
|
void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
|
2019-04-29 10:28:23 +02:00
|
|
|
timestamp_t mark_recent, struct progress *);
|
2007-01-06 11:16:17 +01:00
|
|
|
|
|
|
|
#endif
|