summaryrefslogtreecommitdiff
path: root/prune-packed.h
diff options
context:
space:
mode:
Diffstat (limited to 'prune-packed.h')
-rw-r--r--prune-packed.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/prune-packed.h b/prune-packed.h
new file mode 100644
index 0000000..936fa9d
--- /dev/null
+++ b/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