Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
prune-packed.h
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
h
9 lines
152 Bytes
Copy permalink
Copy
Raw
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