diff options
Diffstat (limited to 'sesman/session.h')
-rw-r--r-- | sesman/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/session.h b/sesman/session.h index c434a104..adc4b083 100644 --- a/sesman/session.h +++ b/sesman/session.h @@ -103,7 +103,8 @@ 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, - tbus data, tui8 type); + long data, tui8 type, char* domain, char* program, + char* directory); /** * |