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