diff options
Diffstat (limited to 'sesman/sesrun.c')
-rw-r--r-- | sesman/sesrun.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sesman/sesrun.c b/sesman/sesrun.c index c352ff93..a0954667 100644 --- a/sesman/sesrun.c +++ b/sesman/sesrun.c @@ -15,12 +15,16 @@ xrdp: A Remote Desktop Protocol server. Copyright (C) Jay Sorg 2005-2006 - - session manager - linux only - */ +/** + * + * @file sesrun.c + * @brief An utility to start a session + * @author Jay Sorg, Simone Fedele + * + */ + #include "sesman.h" int g_sck; |