From 013ab3c61f5e8b72239c901c1fed608427880eb9 Mon Sep 17 00:00:00 2001 From: ilsimo Date: Thu, 25 May 2006 20:34:32 +0000 Subject: updated code documentation --- sesman/access.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sesman/access.h') 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 -- cgit v1.2.1