diff options
author | jsorg71 <jsorg71> | 2008-12-16 02:18:36 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-12-16 02:18:36 +0000 |
commit | 8090df64a5a74e899d5494570e33b7391dc45a3c (patch) | |
tree | a2ef87a3a3ee930473c2f2eb37f613659e4c1252 /libxrdp/libxrdpinc.h | |
parent | 9317386e74c10362a4b95b250dcd8d353a3fca5f (diff) | |
download | xrdp-proprietary-8090df64a5a74e899d5494570e33b7391dc45a3c.tar.gz xrdp-proprietary-8090df64a5a74e899d5494570e33b7391dc45a3c.zip |
channel changes
Diffstat (limited to 'libxrdp/libxrdpinc.h')
-rw-r--r-- | libxrdp/libxrdpinc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxrdp/libxrdpinc.h b/libxrdp/libxrdpinc.h index 8e12642d..ceef3faf 100644 --- a/libxrdp/libxrdpinc.h +++ b/libxrdp/libxrdpinc.h @@ -208,7 +208,8 @@ int DEFAULT_CC libxrdp_get_channel_id(struct xrdp_session* session, char* name); int DEFAULT_CC libxrdp_send_to_channel(struct xrdp_session* session, int channel_id, - char* data, int data_len); + char* data, int data_len, + int total_data_len, int flags); int DEFAULT_CC libxrdp_orders_send_brush(struct xrdp_session* session, int width, int height, int bpp, int type, |