diff options
author | ilsimo <ilsimo> | 2006-05-25 20:34:32 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2006-05-25 20:34:32 +0000 |
commit | 013ab3c61f5e8b72239c901c1fed608427880eb9 (patch) | |
tree | 9413d8fcecc300e1a0ee3bd5cc7fb0560387975c /sesman/access.h | |
parent | bff658c96bdd7cf0986995ef262f363f4320e681 (diff) | |
download | xrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.tar.gz xrdp-proprietary-013ab3c61f5e8b72239c901c1fed608427880eb9.zip |
updated code documentation
Diffstat (limited to 'sesman/access.h')
-rw-r--r-- | sesman/access.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sesman/access.h b/sesman/access.h index 86fac552..1087b624 100644 --- a/sesman/access.h +++ b/sesman/access.h @@ -15,16 +15,24 @@ xrdp: A Remote Desktop Protocol server. Copyright (C) Jay Sorg 2005-2006 - - session manager - access control header */ +/** + * + * @file access.h + * @brief User access control definitions + * @author Simone Fedele + * + */ + #ifndef ACCESS_H #define ACCESS_H /** * - * + * @brief Checks if the user is allowed to access the terminal server + * @param user the user to check + * @return 0 if access is denied, !=0 if allowed * */ int DEFAULT_CC |