]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
send-email: restore --in-reply-to superseding behavior
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 1a2e1cce3d78c632babb253ae64734fbd67b73bd..37c899b53f7c3d36f1145d33f19d5c8302b911f5 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1363,7 +1363,8 @@ int git_open_cloexec(const char *name, int flags);
 int unpack_loose_header(git_zstream *stream, unsigned char *map, unsigned long mapsize, void *buffer, unsigned long bufsiz);
 int parse_loose_header(const char *hdr, unsigned long *sizep);
 
-int check_object_signature(const struct object_id *oid, void *buf, unsigned long size, const char *type);
+int check_object_signature(struct repository *r, const struct object_id *oid,
+                          void *buf, unsigned long size, const char *type);
 
 int finalize_object_file(const char *tmpfile, const char *filename);