1
1
libssh/sftp_server/libconfig/conf_section.h
Aris Adamantiadis dc0c5c4cfe the whole libconfig + my development tree for ACL/ config
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-28 16:22:42 +00:00

9 строки
189 B
C

#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