l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)
[gitweb.git] / submodule.h
index b96689ac0db89b848a2dcce80065900c61712819..a2871d0312c6a3b0afa515a9d8c80a01ffc9e0d0 100644 (file)
@@ -98,9 +98,10 @@ extern int submodule_touches_in_range(struct object_id *a,
 extern int find_unpushed_submodules(struct oid_array *commits,
                                    const char *remotes_name,
                                    struct string_list *needs_pushing);
+struct refspec;
 extern int push_unpushed_submodules(struct oid_array *commits,
                                    const struct remote *remote,
-                                   const char **refspec, int refspec_nr,
+                                   const struct refspec *rs,
                                    const struct string_list *push_options,
                                    int dry_run);
 /*