Artifact 13a3e8019682917f9aa670e69c230db4a97a3e36:
- File conf_xml.h — part of check-in [0334619956] at 2004-10-22 23:42:33 on branch trunk — Created libconfig project. (user: rkeene, size: 177) [annotate] [blame] [check-ins using]
#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