Permalink
Cannot retrieve contributors at this time
9 lines (6 sloc)
152 Bytes
| #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 |