Staging
v0.5.1
Revision 8b1a5f33d3ed427b0a6eaee595537805db6bc38c authored by Johannes Schindelin on 12 February 2021, 14:49:17 UTC, committed by Johannes Schindelin on 12 February 2021, 14:49:17 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 8049638
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