blob: 01e3aa88c50c1994065a99515bd13f484558b553 [file] [log] [blame]
Junio C Hamano898eacd2011-10-06 23:12:09 -07001#ifndef FMT_MERGE_MSG_H
2#define FMT_MERGE_MSG_H
3
4extern int merge_log_config;
Denton Liu55454422019-04-29 04:28:14 -04005int fmt_merge_msg_config(const char *key, const char *value, void *cb);
Junio C Hamano898eacd2011-10-06 23:12:09 -07006
7#endif /* FMT_MERGE_MSG_H */