conf_xml.c at [e1a8ff771d]

File conf_xml.c artifact d7313fb75f part of check-in e1a8ff771d


#include "libconfig.h"
#include "libconfig_private.h"
#include "conf_xml.h"

int lc_process_conf_xml(const char *appname, const char *configfile) {
	return(-1);
}