
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
9 строки
186 B
C
9 строки
186 B
C
#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
|