Sign in
googlers
/
jrn
/
git
/
53ce2e3f0abf356fb0d2638783fe06711c5337d6
/
.
/
prune-packed.h
blob: 936fa9df23e8df81a3d7eba3b2614b9c2dfec3b3 [
file
] [
log
] [
blame
]
Denton Liu
9460fd4
2020-03-23 21:07:52 -0400
[
diff
] [
blame
]
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
7
void
prune_packed_objects
(
int
);
8
9
#endif