Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Add git-verify-pack command.
[gitweb.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index 83ac3218bd2c3fb0a18770338efa3aee79be082e..598477a525e23b2ed0e66ffcb094af83bab70006 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 *);
+
#endif