about summary refs log tree commit diff
path: root/third_party/git/serve.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/serve.h')
-rw-r--r--third_party/git/serve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/serve.h b/third_party/git/serve.h
index 42ddca7f8b..fc2683e24d 100644
--- a/third_party/git/serve.h
+++ b/third_party/git/serve.h
@@ -1,8 +1,8 @@
 #ifndef SERVE_H
 #define SERVE_H
 
-struct argv_array;
-int has_capability(const struct argv_array *keys, const char *capability,
+struct strvec;
+int has_capability(const struct strvec *keys, const char *capability,
 		   const char **value);
 
 struct serve_options {