about summary refs log tree commit diff
path: root/third_party/git/upload-pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/upload-pack.h')
-rw-r--r--third_party/git/upload-pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/upload-pack.h b/third_party/git/upload-pack.h
index 4bafe16a22..27ddcdc6cb 100644
--- a/third_party/git/upload-pack.h
+++ b/third_party/git/upload-pack.h
@@ -11,9 +11,9 @@ struct upload_pack_options {
 void upload_pack(struct upload_pack_options *options);
 
 struct repository;
-struct argv_array;
+struct strvec;
 struct packet_reader;
-int upload_pack_v2(struct repository *r, struct argv_array *keys,
+int upload_pack_v2(struct repository *r, struct strvec *keys,
 		   struct packet_reader *request);
 
 struct strbuf;