X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pack-revindex.h;h=8d5027ad917224f689e786e9a0b4e9a387e59dfe;hb=e1c068869216c8c231c1585bbfa9fda42b4756f8;hp=36a514a6cf600e7e77794e50998a9d160e30c8e9;hpb=bb293b831b9d0aade79c0acf5bf6091106e7d19b;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