Revision ed6ce4382b5cb34e98ca3db2f19de82a037da322 authored by Junio C Hamano on 26 March 2012, 19:10:05 UTC, committed by Junio C Hamano on 26 March 2012, 19:10:05 UTC
* ms/maint-config-error-at-eol-linecount:
  config: report errors at the EOL with correct line number
2 parent s a12c6b0 + 4b34059
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