Artifact 165f1b0ca219834eeca09690a0d2b16310c73c0d:
- File conf_section.h — part of check-in [0334619956] at 2004-10-22 23:42:33 on branch trunk — Created libconfig project. (user: rkeene, size: 189) [annotate] [blame] [check-ins using]
#ifndef LC_CONF_SECTION_H #define LC_CONF_SECTION_H #include "libconfig.h" #include "libconfig_private.h" int lc_process_conf_section(const char *appname, const char *configfile); #endif