about summary refs log tree commit diff
path: root/third_party/git/ls-refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/ls-refs.h')
-rw-r--r--third_party/git/ls-refs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/ls-refs.h b/third_party/git/ls-refs.h
index 7e5646f5f6..7b33a7c6b8 100644
--- a/third_party/git/ls-refs.h
+++ b/third_party/git/ls-refs.h
@@ -2,9 +2,9 @@
 #define LS_REFS_H
 
 struct repository;
-struct argv_array;
+struct strvec;
 struct packet_reader;
-int ls_refs(struct repository *r, struct argv_array *keys,
+int ls_refs(struct repository *r, struct strvec *keys,
 	    struct packet_reader *request);
 
 #endif /* LS_REFS_H */