]> git.ipfire.org Git - thirdparty/git.git/blame - prune-packed.h
The sixth batch
[thirdparty/git.git] / prune-packed.h
CommitLineData
9460fd48
DL
1#ifndef PRUNE_PACKED_H
2#define PRUNE_PACKED_H
3
4#define PRUNE_PACKED_DRY_RUN 01
5#define PRUNE_PACKED_VERBOSE 02
6
7void prune_packed_objects(int);
8
9#endif