]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.h
strvec: convert remaining callers away from argv_array name
[thirdparty/git.git] / transport.h
index b3c30133ea4073603086ac4c2b75bb223b5897b2..1be4013dec4fa7f8a7f17321f4e16de47e4e1137 100644 (file)
@@ -243,7 +243,7 @@ int transport_push(struct repository *repo,
  * ref_prefixes.
  */
 const struct ref *transport_get_remote_refs(struct transport *transport,
-                                           const struct argv_array *ref_prefixes);
+                                           const struct strvec *ref_prefixes);
 
 /*
  * Fetch the hash algorithm used by a remote.