summaryrefslogtreecommitdiff
path: root/pack.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-02 23:10:05 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-02 23:10:05 (GMT)
commitc40610422e1157e71dbc3c1a2f9e19bbe117962f (patch)
tree251299eef1d983dfdcff8c6455e968234c6d0a56 /pack.h
parentcbfb73d73f272f194bafa70d5be1f35abc265c79 (diff)
parent765ac8ec469f110e88376e4fac05d0ed475bcb28 (diff)
downloadgit-c40610422e1157e71dbc3c1a2f9e19bbe117962f.zip
git-c40610422e1157e71dbc3c1a2f9e19bbe117962f.tar.gz
git-c40610422e1157e71dbc3c1a2f9e19bbe117962f.tar.bz2
Merge part of 'lt/rev-list' into 'fk/blame'
Now blame will depend on the new revision walker infrastructure, we need to make it depend on earlier parts of Linus' rev-list topic branch, hence this merge. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'pack.h')
-rw-r--r--pack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pack.h b/pack.h
index 9dafa2b..694e0c5 100644
--- a/pack.h
+++ b/pack.h
@@ -29,5 +29,7 @@ struct pack_header {
};
extern int verify_pack(struct packed_git *, int);
-
+extern int check_reuse_pack_delta(struct packed_git *, unsigned long,
+ unsigned char *, unsigned long *,
+ enum object_type *);
#endif