diff options
author | jsorg71 <jsorg71> | 2009-01-12 06:43:58 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-01-12 06:43:58 +0000 |
commit | a71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f (patch) | |
tree | f8945e11207c1e9dff8c8daa0313d4faa24dd136 /sesman/session.h | |
parent | 49552f5ebf5cd3e86a02ba1659a3d1972ec66ded (diff) | |
download | xrdp-proprietary-a71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f.tar.gz xrdp-proprietary-a71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f.zip |
only the main thread forks
Diffstat (limited to 'sesman/session.h')
-rw-r--r-- | sesman/session.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sesman/session.h b/sesman/session.h index 41acea2a..c434a104 100644 --- a/sesman/session.h +++ b/sesman/session.h @@ -103,7 +103,16 @@ session_get_bydata(char* name, int width, int height, int bpp); */ int DEFAULT_CC session_start(int width, int height, int bpp, char* username, char* password, - long data, unsigned char type); + tbus data, tui8 type); + +/** + * + * @brief starts a session + * @return error + * + */ +int APP_CC +session_sync_start(void); /** * |