Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ls-remote: define die() now we do not use git-sh-setup
[gitweb.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index 83ac3218bd2c3fb0a18770338efa3aee79be082e..657deaa3f43ebe8627caa93798dd8ae5d956601d 100644
(file)
--- a/
pack.h
+++ b/
pack.h
@@
-27,4
+27,6
@@
struct pack_header {
unsigned int hdr_entries;
};
+extern int verify_pack(struct packed_git *, int);
+
#endif