Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS
[gitweb.git] / merge-recursive.h
index 59d1475be9239c57190620ed8c4df628dd24d4f8..7e1e972b13cb8a9f2fae084f769fffede24c8dbb 100644 (file)
@@ -59,6 +59,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