summaryrefslogtreecommitdiff
path: root/reachable.h
diff options
context:
space:
mode:
Diffstat (limited to 'reachable.h')
-rw-r--r--reachable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/reachable.h b/reachable.h
new file mode 100644
index 0000000..4075181
--- /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