summaryrefslogtreecommitdiffstats
path: root/vnc/vnc.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2007-03-25 12:18:44 +0000
committerilsimo <ilsimo>2007-03-25 12:18:44 +0000
commitb1eface57f4424638402cbde5051670cb8041d92 (patch)
treec02e5ca4541fa94dc5e161c2b1e7d733e4dc6968 /vnc/vnc.h
parent831ef476b76959ed185fefeea552d01b51765771 (diff)
downloadxrdp-proprietary-b1eface57f4424638402cbde5051670cb8041d92.tar.gz
xrdp-proprietary-b1eface57f4424638402cbde5051670cb8041d92.zip
added use of libscp
Diffstat (limited to 'vnc/vnc.h')
-rw-r--r--vnc/vnc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vnc/vnc.h b/vnc/vnc.h
index 3189f262..658b41ea 100644
--- a/vnc/vnc.h
+++ b/vnc/vnc.h
@@ -26,6 +26,8 @@
#include "os_calls.h"
#include "d3des.h"
+#include "../sesman/libscp.h"
+
struct vnc
{
int size; /* size of this struct */
@@ -38,7 +40,7 @@ struct vnc
int (*mod_signal)(struct vnc* v);
int (*mod_end)(struct vnc* v);
int (*mod_set_param)(struct vnc* v, char* name, char* value);
- long mod_dumby[100 - 6]; /* align, 100 minus the number of mod
+ long mod_dumby[100 - 6]; /* align, 100 minus the number of mod
functions above */
/* server functions */
int (*server_begin_update)(struct vnc* v);
@@ -79,7 +81,7 @@ struct vnc
int (*server_get_channel_id)(struct vnc* v, char* name);
int (*server_send_to_channel)(struct vnc* v, int channel_id,
char* data, int data_len);
- long server_dumby[100 - 24]; /* align, 100 minus the number of server
+ long server_dumby[100 - 24]; /* align, 100 minus the number of server
functions above */
/* common */
long handle; /* pointer to self as long */