]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-revindex.c
pack-revindex: hide the definition of 'revindex_entry'
[thirdparty/git.git] / pack-revindex.c
index 282fe9264050b834c0e580b82e0eca4f54de6366..a508d5f0a4df27c53b2271aaff4dceb242cecd45 100644 (file)
@@ -3,6 +3,11 @@
 #include "object-store.h"
 #include "packfile.h"
 
+struct revindex_entry {
+       off_t offset;
+       unsigned int nr;
+};
+
 /*
  * Pack index for existing packs give us easy access to the offsets into
  * corresponding pack file where each object's data starts, but the entries