diff options
Diffstat (limited to 'third_party/git/serve.h')
-rw-r--r-- | third_party/git/serve.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/serve.h b/third_party/git/serve.h index 42ddca7f8b4f..fc2683e24d30 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 { |