Bumped version to 3.11.6; Updated ChangeLog.
[collectd.git] / src / libconfig / conf_colon.h
1 #ifndef LC_CONF_COLON_H
2 #define LC_CONF_COLON_H
3 #include "libconfig.h"
4 #include "libconfig_private.h"
5
6 int lc_process_conf_colon(const char *appname, const char *configfile);
7
8 #endif