diff options
Diffstat (limited to 'third_party/git/pack-revindex.h')
-rw-r--r-- | third_party/git/pack-revindex.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/git/pack-revindex.h b/third_party/git/pack-revindex.h deleted file mode 100644 index 848331d5d67b..000000000000 --- a/third_party/git/pack-revindex.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef PACK_REVINDEX_H -#define PACK_REVINDEX_H - -struct packed_git; - -struct revindex_entry { - off_t offset; - unsigned int nr; -}; - -int load_pack_revindex(struct packed_git *p); -int find_revindex_position(struct packed_git *p, off_t ofs); - -struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs); - -#endif |