X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pack-revindex.h;h=8d5027ad917224f689e786e9a0b4e9a387e59dfe;hb=b1d645b58ac6c96ffdc8d9a01f0b44a10deb43f9;hp=36a514a6cf600e7e77794e50998a9d160e30c8e9;hpb=4d9e42f8f11c57b32b976a943c8ddaf6214e64b8;p=git.git diff --git a/pack-revindex.h b/pack-revindex.h index 36a514a6c..8d5027ad9 100644 --- a/pack-revindex.h +++ b/pack-revindex.h @@ -7,5 +7,6 @@ struct revindex_entry { }; struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs); +void discard_revindex(void); #endif