X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=packfile.h;h=4cfec9e8d3cc3e2b82f7a9e3cae636db8fc5a11c;hb=9bdccbcda77df036edef5badda76418d0ae80997;hp=a58fc738e06319624b666c80e2636217400cdda9;hpb=678c787c00d88d06b7dd7335f9341b3164b009f9;p=thirdparty%2Fgit.git diff --git a/packfile.h b/packfile.h index a58fc738e0..4cfec9e8d3 100644 --- a/packfile.h +++ b/packfile.h @@ -90,6 +90,7 @@ uint32_t get_pack_fanout(struct packed_git *p, uint32_t value); unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned long *); void close_pack_windows(struct packed_git *); +void close_pack_revindex(struct packed_git *); void close_pack(struct packed_git *); void close_object_store(struct raw_object_store *o); void unuse_pack(struct pack_window **);