mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
9 lines
177 B
C
9 lines
177 B
C
#ifndef LC_CONF_XML_H
|
|
#define LC_CONF_XML_H
|
|
#include "libconfig.h"
|
|
#include "libconfig_private.h"
|
|
|
|
int lc_process_conf_xml(const char *appname, const char *configfile);
|
|
|
|
#endif
|