aboutsummaryrefslogtreecommitdiff
path: root/sftp_server/libconfig/conf_colon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sftp_server/libconfig/conf_colon.h')
-rw-r--r--sftp_server/libconfig/conf_colon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sftp_server/libconfig/conf_colon.h b/sftp_server/libconfig/conf_colon.h
new file mode 100644
index 00000000..7d2323c4
--- /dev/null
+++ b/sftp_server/libconfig/conf_colon.h
@@ -0,0 +1,8 @@
+#ifndef LC_CONF_COLON_H
+#define LC_CONF_COLON_H
+#include "libconfig.h"
+#include "libconfig_private.h"
+
+int lc_process_conf_colon(const char *appname, const char *configfile);
+
+#endif