Merge branch 'l10n/zh-TW/2023-11-19' of github.com:l10n-tw/git-po
[git/debian.git] / prune-packed.h
blob936fa9df23e8df81a3d7eba3b2614b9c2dfec3b3
1 #ifndef PRUNE_PACKED_H
2 #define PRUNE_PACKED_H
4 #define PRUNE_PACKED_DRY_RUN 01
5 #define PRUNE_PACKED_VERBOSE 02
7 void prune_packed_objects(int);
9 #endif