#define USE_THE_REPOSITORY_VARIABLE #include "git-compat-util.h" #include "gettext.h" #include "object-store-ll.h" #include "packfile.h" #include "progress.h" #include "prune-packed.h" #include "repository.h" static struct progress *progress; static int prune_subdir(unsigned int nr, const char *path, void *data) { … } static int prune_object(const struct object_id *oid, const char *path, void *data) { … } void prune_packed_objects(int opts) { … }