]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ls-refs.h
Start the 2.46 cycle
[thirdparty/git.git] / ls-refs.h
index a99e4be0bdde1b287807459dc40934ef4459b227..e2243a547bb0499bef364ff080cd4e09759eb2f6 100644 (file)
--- a/ls-refs.h
+++ b/ls-refs.h
@@ -2,10 +2,8 @@
 #define LS_REFS_H
 
 struct repository;
-struct strvec;
 struct packet_reader;
-int ls_refs(struct repository *r, struct strvec *keys,
-           struct packet_reader *request);
+int ls_refs(struct repository *r, struct packet_reader *request);
 int ls_refs_advertise(struct repository *r, struct strbuf *value);
 
 #endif /* LS_REFS_H */