]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
add get_size_from_delta()
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 5b67f4c9895be0127a1228a87bd2d173ba430b44..63399c7c6bb3a1b8ede111aa54bc496b762148b7 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -436,6 +436,7 @@ extern const unsigned char *nth_packed_object_sha1(const struct packed_git *, ui
 extern off_t find_pack_entry_one(const unsigned char *, struct packed_git *);
 extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *);
 extern unsigned long unpack_object_header_gently(const unsigned char *buf, unsigned long len, enum object_type *type, unsigned long *sizep);
+extern unsigned long get_size_from_delta(struct packed_git *, struct pack_window **, off_t);
 extern const char *packed_object_info_detail(struct packed_git *, off_t, unsigned long *, unsigned long *, unsigned int *, unsigned char *);
 
 /* Dumb servers support */