conf_space.h at [2ae4c0df0a]

File conf_space.h artifact 8b2e858889 part of check-in 2ae4c0df0a


#ifndef LC_CONF_SPACE_H
#define LC_CONF_SPACE_H
#include "libconfig.h"
#include "libconfig_private.h"

int lc_process_conf_space(const char *appname, const char *configfile);

#endif