Merged revisions 640 and 642 from `trunk' to `tags/collectd-3.9.1'
[collectd.git] / src / libconfig / conf_colon.c
1 #include "libconfig.h"
2 #include "libconfig_private.h"
3 #include "conf_colon.h"
4
5 int lc_process_conf_colon(const char *appname, const char *configfile) {
6         return(-1);
7 }