Code

src/collectd.h: Don't mess with the syslog-stuff if it's present.
[collectd.git] / src / libconfig / conf_xml.h
1 #ifndef LC_CONF_XML_H
2 #define LC_CONF_XML_H
3 #include "libconfig.h"
4 #include "libconfig_private.h"
6 int lc_process_conf_xml(const char *appname, const char *configfile);
8 #endif