diff options
Diffstat (limited to 'reachable.h')
-rw-r--r-- | reachable.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reachable.h b/reachable.h new file mode 100644 index 0000000000..40751810b6 --- /dev/null +++ b/reachable.h @@ -0,0 +1,6 @@ +#ifndef REACHEABLE_H +#define REACHEABLE_H + +extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog); + +#endif |