summaryrefslogtreecommitdiffstats
path: root/sesman/config.h
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-05-30 03:48:04 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-06-05 00:19:35 +0900
commit19fa26a27ebf9e1294a7b242ec34d089ee4580a2 (patch)
tree521a40618144318426e3e67a1d438760f2f9b3eb /sesman/config.h
parentde33a7832e493ea0ad3aa01cb95f3b3cc154c6a4 (diff)
downloadxrdp-proprietary-19fa26a27ebf9e1294a7b242ec34d089ee4580a2.tar.gz
xrdp-proprietary-19fa26a27ebf9e1294a7b242ec34d089ee4580a2.zip
sesman: don't print config in reader function
reader function should just read. Add config_dump function to print read config.
Diffstat (limited to 'sesman/config.h')
-rw-r--r--sesman/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sesman/config.h b/sesman/config.h
index ef188715..c7cb50fd 100644
--- a/sesman/config.h
+++ b/sesman/config.h
@@ -349,6 +349,14 @@ config_read_vnc_params(int file, struct config_sesman* cs, struct list* param_n,
int
config_read_session_variables(int file, struct config_sesman *cs,
struct list *param_n, struct list *param_v);
+/**
+ *
+ * @brief Dumps configuration
+ * @param pointer to a config_sesman struct
+ *
+ */
+void
+config_dump(struct config_sesman *config);
void
config_free(struct config_sesman *cs);