summaryrefslogtreecommitdiffstats
path: root/sesman/session.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2006-02-09 18:01:41 +0000
committerilsimo <ilsimo>2006-02-09 18:01:41 +0000
commitec7498b5f901abcddfba3d3bc608f67e9619bd1c (patch)
tree691d92d87751403875ef2cbc7000dfceb5dd7b0f /sesman/session.h
parentebb1afd2e878d198aca27840876e3a7dd262a8f6 (diff)
downloadxrdp-proprietary-ec7498b5f901abcddfba3d3bc608f67e9619bd1c.tar.gz
xrdp-proprietary-ec7498b5f901abcddfba3d3bc608f67e9619bd1c.zip
added nicer support for Xrdp
fixed some errors in Makefiles when installing
Diffstat (limited to 'sesman/session.h')
-rw-r--r--sesman/session.h2
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);
/**
*