]> git.ipfire.org Git - thirdparty/git.git/blobdiff - protocol-caps.h
dir.h: move DTYPE defines from cache.h
[thirdparty/git.git] / protocol-caps.h
index 6351648e3719978dad31958ad441a0fad27d89bc..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 */
\ No newline at end of file
+#endif /* PROTOCOL_CAPS_H */