X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=merge-recursive.h;h=981ed6ac94b5ed73f15a3b0dca723586374ca0b8;hb=v1.7.4.1-296-gb57fb80;hp=c8135b0ec70cc2eb92e5a6fd9353a134fda6b7bf;hpb=2cd900fcf577af2cc5094ba21d1699809649f3bc;p=git.git diff --git a/merge-recursive.h b/merge-recursive.h index c8135b0ec..981ed6ac9 100644 --- a/merge-recursive.h +++ b/merge-recursive.h @@ -57,6 +57,8 @@ struct tree *write_tree_from_memory(struct merge_options *o); int parse_merge_opt(struct merge_options *out, const char *s); /* builtin/merge.c */ -int try_merge_command(const char *strategy, struct commit_list *common, const char *head_arg, struct commit_list *remotes); +int try_merge_command(const char *strategy, size_t xopts_nr, + const char **xopts, struct commit_list *common, + const char *head_arg, struct commit_list *remotes); #endif