summaryrefslogtreecommitdiffstats
path: root/sesman/config.h
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2018-06-11 11:56:40 +0900
committerGitHub <noreply@github.com>2018-06-11 11:56:40 +0900
commit91c5ee4475a52515195f44767b7bfaa32a6fd4e2 (patch)
tree16ec434a82646f5e56bbedc6bf7a82ebff45d6fd /sesman/config.h
parent57015aa08862d6e7d21a04ecb6fbfde3c2cc79fd (diff)
parent2262f1361f86292e767f9a62c4ee42d65a3485cb (diff)
downloadxrdp-proprietary-91c5ee4475a52515195f44767b7bfaa32a6fd4e2.tar.gz
xrdp-proprietary-91c5ee4475a52515195f44767b7bfaa32a6fd4e2.zip
Merge pull request #1142 from metalefty/dont-spit-on-the-console-sesman
Dont spit on the console (sesman)
Diffstat (limited to 'sesman/config.h')
-rw-r--r--sesman/config.h24
1 files changed, 9 insertions, 15 deletions
diff --git a/sesman/config.h b/sesman/config.h
index 6bc10852..c7cb50fd 100644
--- a/sesman/config.h
+++ b/sesman/config.h
@@ -278,20 +278,6 @@ config_read_globals(int file, struct config_sesman* cf,
/**
*
- * @brief Reads sesman [logging] configuration section
- * @param file configuration file descriptor
- * @param lc pointer to a log_config struct
- * @param param_n parameter name list
- * @param param_v parameter value list
- * @return 0 on success, 1 on failure
- *
- */
-int
-config_read_logging(int file, struct log_config* lc, struct list* param_n,
- struct list* param_v);
-
-/**
- *
* @brief Reads sesman [Security] configuration section
* @param file configuration file descriptor
* @param sc pointer to a config_security struct
@@ -334,7 +320,7 @@ config_read_rdp_params(int file, struct config_sesman* cs, struct list* param_n,
/**
*
- * @brief Reads sesman [XOrg] configuration section
+ * @brief Reads sesman [Xorg] configuration section
* @param file configuration file descriptor
* @param cs pointer to a config_sesman struct
* @param param_n parameter name list
@@ -363,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);