Staging
v0.7.0
Revision 77200e9332cc0f6004c80f5e1e09a7b37bf8a3f3 authored by Christopher Diaz Riveros on 15 September 2019, 21:56:56 UTC, committed by Christopher Diaz Riveros on 29 October 2019, 00:21:27 UTC
Signed-off-by: Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>
1 parent 045a548
Raw File
fmt-merge-msg.h
#ifndef FMT_MERGE_MSG_H
#define FMT_MERGE_MSG_H

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

#endif /* FMT_MERGE_MSG_H */
back to top