aboutsummaryrefslogtreecommitdiff
path: root/pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'pack.h')
-rw-r--r--pack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pack.h b/pack.h
index 83ac3218b..598477a52 100644
--- 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