conf_section.h at [8e0181d70f]

File conf_section.h artifact 165f1b0ca2 part of check-in 8e0181d70f


#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