diff options
| author | ilsimo <ilsimo> | 2005-11-13 22:06:49 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2005-11-13 22:06:49 +0000 |
| commit | 9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0 (patch) | |
| tree | 3c5a0a665b3c760ea0f1500fc49f88a0fc1dd206 /sesman/env.c | |
| parent | 3cdf8bdcee7d1ccbe270f919e416478ba1ca88d2 (diff) | |
| download | xrdp-proprietary-9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0.tar.gz xrdp-proprietary-9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0.zip | |
added --nodaemon and --kill options
added pid file generation
improved some code documentation
Diffstat (limited to 'sesman/env.c')
| -rw-r--r-- | sesman/env.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sesman/env.c b/sesman/env.c index 1049d6a5..453591a6 100644 --- a/sesman/env.c +++ b/sesman/env.c @@ -18,11 +18,16 @@ session manager linux only - - enc.c: user environment handling code - */ +/** + * + * @file env.c + * @brief User environment handling code + * @author Jay Sorg + * + */ + #include "sesman.h" extern unsigned char g_fixedkey[8]; |
