Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
make pack data reuse compatible with both delta types
[gitweb.git]
/
pack.h
diff --git
a/pack.h
b/pack.h
index 05557da1528e3185cf4d7d89a6577beb8f9e95ad..4c9bddd4f20946bdc1f94d983617e2176135dcc9 100644
(file)
--- a/
pack.h
+++ b/
pack.h
@@
-16,7
+16,4
@@
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