Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
strbuf: add strbuf_reencode helper
[gitweb.git]
/
pack-revindex.h
diff --git
a/pack-revindex.h
b/pack-revindex.h
index 866ca9c57137b0c4143157bc97f4aa21aac87887..d737f989659da7f58d7df153de9a2ac30b162108 100644
(file)
--- a/
pack-revindex.h
+++ b/
pack-revindex.h
@@
-15,6
+15,5
@@
struct pack_revindex *revindex_for_pack(struct packed_git *p);
int find_revindex_position(struct pack_revindex *pridx, off_t ofs);
struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs);
-void discard_revindex(void);
#endif