summaryrefslogtreecommitdiffstats
path: root/sesman/env.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2006-05-25 20:34:32 +0000
committerilsimo <ilsimo>2006-05-25 20:34:32 +0000
commit013ab3c61f5e8b72239c901c1fed608427880eb9 (patch)
tree9413d8fcecc300e1a0ee3bd5cc7fb0560387975c /sesman/env.h
parentbff658c96bdd7cf0986995ef262f363f4320e681 (diff)
downloadxrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.tar.gz
xrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.zip
updated code documentation
Diffstat (limited to 'sesman/env.h')
-rw-r--r--sesman/env.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sesman/env.h b/sesman/env.h
index aa0d3d32..0ab3561a 100644
--- a/sesman/env.h
+++ b/sesman/env.h
@@ -15,9 +15,6 @@
xrdp: A Remote Desktop Protocol server.
Copyright (C) Jay Sorg 2005-2006
-
- session manager
- linux only
*/
/**
@@ -34,10 +31,8 @@
/**
*
* @brief Creates vnc password file
- *
* @param filename VNC password file name
* @param password The password to be encrypte
- *
* @return 0 on success, 1 on error
*
*/
@@ -47,11 +42,9 @@ env_check_password_file(char* filename, char* password);
/**
*
* @brief Sets user environment ($PATH, $HOME, $UID, and others)
- *
* @param username Username
* @param passwd_file VNC password file
* @param display The session display
- *
* @return 0 on success, g_getuser_info() error codes on error
*
*/