From 5ec6074f0633939fd17d94111d10c6c6b062978c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:49:36 +0200 Subject: Adding upstream version 1:2.30.2. Signed-off-by: Daniel Baumann --- prune-packed.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 prune-packed.h (limited to 'prune-packed.h') 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 -- cgit v1.2.3