diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-03-12 09:35:00 -0700 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-14 00:21:48 -0700 |
| commit | 6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch) | |
| tree | 951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/config.c | |
| parent | 8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff) | |
| download | xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip | |
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/config.c')
| -rw-r--r-- | sesman/config.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sesman/config.c b/sesman/config.c index c2e565ee..794ff4c2 100644 --- a/sesman/config.c +++ b/sesman/config.c @@ -39,7 +39,7 @@ extern struct config_sesman *g_cfg; /* in sesman.c */ /******************************************************************************/ -int DEFAULT_CC +int config_read(struct config_sesman *cfg) { int fd; @@ -103,7 +103,7 @@ config_read(struct config_sesman *cfg) } /******************************************************************************/ -int DEFAULT_CC +int config_read_globals(int file, struct config_sesman *cf, struct list *param_n, struct list *param_v) { @@ -187,7 +187,7 @@ config_read_globals(int file, struct config_sesman *cf, struct list *param_n, } /******************************************************************************/ -int DEFAULT_CC +int config_read_security(int file, struct config_security *sc, struct list *param_n, struct list *param_v) @@ -272,7 +272,7 @@ config_read_security(int file, struct config_security *sc, } /******************************************************************************/ -int DEFAULT_CC +int config_read_sessions(int file, struct config_sessions *se, struct list *param_n, struct list *param_v) { @@ -368,7 +368,7 @@ config_read_sessions(int file, struct config_sessions *se, struct list *param_n, } /******************************************************************************/ -int DEFAULT_CC +int config_read_rdp_params(int file, struct config_sesman *cs, struct list *param_n, struct list *param_v) { @@ -399,7 +399,7 @@ config_read_rdp_params(int file, struct config_sesman *cs, struct list *param_n, } /******************************************************************************/ -int DEFAULT_CC +int config_read_xorg_params(int file, struct config_sesman *cs, struct list *param_n, struct list *param_v) { @@ -432,7 +432,7 @@ config_read_xorg_params(int file, struct config_sesman *cs, } /******************************************************************************/ -int DEFAULT_CC +int config_read_vnc_params(int file, struct config_sesman *cs, struct list *param_n, struct list *param_v) { @@ -463,7 +463,7 @@ config_read_vnc_params(int file, struct config_sesman *cs, struct list *param_n, } /******************************************************************************/ -int DEFAULT_CC +int config_read_session_variables(int file, struct config_sesman *cs, struct list *param_n, struct list *param_v) { |
