about summary refs log tree commit diff
path: root/third_party/git/prune-packed.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/prune-packed.h')
-rw-r--r--third_party/git/prune-packed.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/prune-packed.h b/third_party/git/prune-packed.h
new file mode 100644
index 0000000000..936fa9df23
--- /dev/null
+++ b/third_party/git/prune-packed.h
@@ -0,0 +1,9 @@
+#ifndef PRUNE_PACKED_H
+#define PRUNE_PACKED_H
+
+#define PRUNE_PACKED_DRY_RUN 01
+#define PRUNE_PACKED_VERBOSE 02
+
+void prune_packed_objects(int);
+
+#endif