conf_xml.h at [5e72879d0d]

File conf_xml.h artifact 13a3e80196 part of check-in 5e72879d0d


#ifndef LC_CONF_XML_H
#define LC_CONF_XML_H
#include "libconfig.h"
#include "libconfig_private.h"

int lc_process_conf_xml(const char *appname, const char *configfile);

#endif