Revision 7cb1ea13d47acefccd3fdad044f3bf8921634d3e authored by Junio C Hamano on 21 November 2018, 14:23:48 UTC, committed by Junio C Hamano on 21 November 2018, 14:23:48 UTC
2 parent s 9fc9555 + 98cdfbb
Raw File
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

extern int merge_log_config;
extern int fmt_merge_msg_config(const char *key, const char *value, void *cb);

#endif /* FMT_MERGE_MSG_H */
back to top