aboutsummaryrefslogtreecommitdiff
path: root/sftp_server/libconfig/conf_section.h
blob: 1d1a94c9570c4c3fe62e4992fe5df9da1920affb (plain)
1
2
3
4
5
6
7
8
#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