diff options
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); /** * |