diff options
| author | ilsimo <ilsimo> | 2008-02-20 22:02:24 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2008-02-20 22:02:24 +0000 |
| commit | 4c9d3862e55ab5d6fa734549478bb0a00be9f7ed (patch) | |
| tree | 2efde9a8872ed90ea14521702614768aaf0b765b /sesman/config.h | |
| parent | 8f0045c19b03d5c9a0baea6b72037ec226db8343 (diff) | |
| download | xrdp-proprietary-4c9d3862e55ab5d6fa734549478bb0a00be9f7ed.tar.gz xrdp-proprietary-4c9d3862e55ab5d6fa734549478bb0a00be9f7ed.zip | |
updating logging subsystem
Diffstat (limited to 'sesman/config.h')
| -rw-r--r-- | sesman/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/config.h b/sesman/config.h index a174e532..11b3e586 100644 --- a/sesman/config.h +++ b/sesman/config.h @@ -180,12 +180,12 @@ struct config_sesman * @var vnc_params * @brief Xvnc additional parameter list */ -struct list* vnc_params; + struct list* vnc_params; /** * @var rdp_params * @brief X11rdp additional parameter list */ -struct list* rdp_params; + struct list* rdp_params; /** * @var log * @brief Log configuration struct |
