]> git.ipfire.org Git - thirdparty/git.git/blobdiff - protocol-caps.h
reftable: fix OOB stack write in print functions
[thirdparty/git.git] / protocol-caps.h
index 0a9f49df115b5cf0914eea64936059cfa64b224b..15c4550360cfdb4d1f05f7df252f08c85d2b8256 100644 (file)
@@ -2,9 +2,7 @@
 #define PROTOCOL_CAPS_H
 
 struct repository;
-struct strvec;
 struct packet_reader;
-int cap_object_info(struct repository *r, struct strvec *keys,
-                   struct packet_reader *request);
+int cap_object_info(struct repository *r, struct packet_reader *request);
 
 #endif /* PROTOCOL_CAPS_H */