diff options
Diffstat (limited to 'sesman/session.h')
-rw-r--r-- | sesman/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/session.h b/sesman/session.h index 5d677911..a38300c8 100644 --- a/sesman/session.h +++ b/sesman/session.h @@ -86,7 +86,7 @@ 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); + long data, unsigned char type); /** * |