git/prune-packed.h

#ifndef PRUNE_PACKED_H
#define PRUNE_PACKED_H

#define PRUNE_PACKED_DRY_RUN
#define PRUNE_PACKED_VERBOSE

void prune_packed_objects(int);

#endif