summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-12-16 02:18:36 +0000
committerjsorg71 <jsorg71>2008-12-16 02:18:36 +0000
commit8090df64a5a74e899d5494570e33b7391dc45a3c (patch)
treea2ef87a3a3ee930473c2f2eb37f613659e4c1252 /libxrdp/libxrdp.h
parent9317386e74c10362a4b95b250dcd8d353a3fca5f (diff)
downloadxrdp-proprietary-8090df64a5a74e899d5494570e33b7391dc45a3c.tar.gz
xrdp-proprietary-8090df64a5a74e899d5494570e33b7391dc45a3c.zip
channel changes
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index d4aff1bb..70590912 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -58,7 +58,6 @@ struct mcs_channel_item
char name[16];
int flags;
int chanid;
- struct stream* in_s;
};
/* mcs */
@@ -402,7 +401,8 @@ xrdp_channel_delete(struct xrdp_channel* self);
int APP_CC
xrdp_channel_init(struct xrdp_channel* self, struct stream* s);
int APP_CC
-xrdp_channel_send(struct xrdp_channel* self, struct stream* s, int channel_id);
+xrdp_channel_send(struct xrdp_channel* self, struct stream* s, int channel_id,
+ int total_data_len, int flags);
int APP_CC
xrdp_channel_process(struct xrdp_channel* self, struct stream* s,
int chanid);