summaryrefslogtreecommitdiffstats
path: root/sesman/env.c
diff options
context:
space:
mode:
authorilsimo <ilsimo>2005-11-13 22:06:49 +0000
committerilsimo <ilsimo>2005-11-13 22:06:49 +0000
commit9ac351a4cb72ad1ceaf8c57cc05dfc9067145ca0 (patch)
tree3c5a0a665b3c760ea0f1500fc49f88a0fc1dd206 /sesman/env.c
parent3cdf8bdcee7d1ccbe270f919e416478ba1ca88d2 (diff)
downloadxrdp-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.c11
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];