summaryrefslogtreecommitdiffstats
path: root/sesman/config.h
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-12 09:35:00 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-03-14 00:21:48 -0700
commit6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch)
tree951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/config.h
parent8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff)
downloadxrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz
xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/config.h')
-rw-r--r--sesman/config.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sesman/config.h b/sesman/config.h
index 2baef632..87f489db 100644
--- a/sesman/config.h
+++ b/sesman/config.h
@@ -251,7 +251,7 @@ struct config_sesman
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read(struct config_sesman* cfg);
/**
@@ -264,7 +264,7 @@ config_read(struct config_sesman* cfg);
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_globals(int file, struct config_sesman* cf,
struct list* param_n, struct list* param_v);
@@ -278,7 +278,7 @@ config_read_globals(int file, struct config_sesman* cf,
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_logging(int file, struct log_config* lc, struct list* param_n,
struct list* param_v);
@@ -292,7 +292,7 @@ config_read_logging(int file, struct log_config* lc, struct list* param_n,
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_security(int file, struct config_security* sc,
struct list* param_n, struct list* param_v);
@@ -306,7 +306,7 @@ config_read_security(int file, struct config_security* sc,
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_sessions(int file, struct config_sessions* ss,
struct list* param_n, struct list* param_v);
@@ -320,7 +320,7 @@ config_read_sessions(int file, struct config_sessions* ss,
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_rdp_params(int file, struct config_sesman* cs, struct list* param_n,
struct list* param_v);
@@ -334,7 +334,7 @@ config_read_rdp_params(int file, struct config_sesman* cs, struct list* param_n,
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_xorg_params(int file, struct config_sesman* cs, struct list* param_n,
struct list* param_v);
@@ -348,11 +348,11 @@ config_read_xorg_params(int file, struct config_sesman* cs, struct list* param_n
* @return 0 on success, 1 on failure
*
*/
-int DEFAULT_CC
+int
config_read_vnc_params(int file, struct config_sesman* cs, struct list* param_n,
struct list* param_v);
-int DEFAULT_CC
+int
config_read_session_variables(int file, struct config_sesman *cs,
struct list *param_n, struct list *param_v);