X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=257a55538f3ff2d6330b84436a40d6ef972025a0;hb=974e6e42f7a66b69bd684af4f637ab064acfdf92;hp=99706a89bc6011c01fcd661d8bad4b26f59b0ca7;hpb=d1c8c0c8c42912eb768a05115c798de50e595f8b;p=git.git diff --git a/remote.h b/remote.h index 99706a89b..257a55538 100644 --- a/remote.h +++ b/remote.h @@ -85,7 +85,7 @@ void ref_remove_duplicates(struct ref *ref_map); int valid_fetch_refspec(const char *refspec); struct refspec *parse_fetch_refspec(int nr_refspec, const char **refspec); -int match_refs(struct ref *src, struct ref *dst, struct ref ***dst_tail, +int match_refs(struct ref *src, struct ref **dst, int nr_refspec, const char **refspec, int all); /*