summaryrefslogtreecommitdiffstats
path: root/sesman/session.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-08-19 07:27:35 +0000
committerjsorg71 <jsorg71>2009-08-19 07:27:35 +0000
commitdf8527b2517dd3fc6794666a859d2453951d03ad (patch)
tree27afe2746450f919dba1a7682e3469eef9596a88 /sesman/session.h
parent3fd42d808adf82bd910c3e51b4dc89b3d35107fa (diff)
downloadxrdp-proprietary-df8527b2517dd3fc6794666a859d2453951d03ad.tar.gz
xrdp-proprietary-df8527b2517dd3fc6794666a859d2453951d03ad.zip
pass domain, program, and directory to sesman and use directory and program
Diffstat (limited to 'sesman/session.h')
-rw-r--r--sesman/session.h3
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);
/**
*