packaging: Add contrib installation
[platform/upstream/git.git] / reachable.h
index d23efc3..5df932a 100644 (file)
@@ -2,9 +2,11 @@
 #define REACHEABLE_H
 
 struct progress;
-extern int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
-                                                 unsigned long timestamp);
-extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
-                                  unsigned long mark_recent, struct progress *);
+struct rev_info;
+
+int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
+                                          timestamp_t timestamp);
+void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
+                           timestamp_t mark_recent, struct progress *);
 
 #endif