summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-08-15 02:47:51 +0000
committerjsorg71 <jsorg71>2009-08-15 02:47:51 +0000
commitfa91c84668207d94079fc0b4826d3f0e89efdf40 (patch)
tree5d1d09e2d91e50d671c04d3d88f98eaeffb3cb0b /sesman/chansrv/devredir.c
parent47f6623d8e7f56e9bde8a32f283de2f5ec68df5b (diff)
downloadxrdp-proprietary-fa91c84668207d94079fc0b4826d3f0e89efdf40.tar.gz
xrdp-proprietary-fa91c84668207d94079fc0b4826d3f0e89efdf40.zip
first clipboard checkin
Diffstat (limited to 'sesman/chansrv/devredir.c')
-rw-r--r--sesman/chansrv/devredir.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c
index d938b5c4..988d923a 100644
--- a/sesman/chansrv/devredir.c
+++ b/sesman/chansrv/devredir.c
@@ -32,6 +32,13 @@ dev_redir_init(void)
/*****************************************************************************/
int APP_CC
+dev_redir_deinit(void)
+{
+ return 0;
+}
+
+/*****************************************************************************/
+int APP_CC
dev_redir_data_in(struct stream* s, int chan_id, int chan_flags, int length,
int total_length)
{