summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-10-14 11:46:01 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-10-14 11:46:01 -0700
commit37d4f5725c2e97bebc815a72598ee17fce00c9f4 (patch)
treeda8f5033094ac885728df40e056be4d2479f66eb /sesman/chansrv/clipboard.h
parent3624a6bb966fd7965a555f0ebd56f657704fb603 (diff)
downloadxrdp-proprietary-37d4f5725c2e97bebc815a72598ee17fce00c9f4.tar.gz
xrdp-proprietary-37d4f5725c2e97bebc815a72598ee17fce00c9f4.zip
chansrv: split out clipboard code, getting big
Diffstat (limited to 'sesman/chansrv/clipboard.h')
-rw-r--r--sesman/chansrv/clipboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard.h b/sesman/chansrv/clipboard.h
index 80d8da3e..965ccdc5 100644
--- a/sesman/chansrv/clipboard.h
+++ b/sesman/chansrv/clipboard.h
@@ -89,6 +89,8 @@ clipboard_init(void);
int APP_CC
clipboard_deinit(void);
int APP_CC
+clipboard_out_unicode(struct stream *s, char *text, int num_chars);
+int APP_CC
clipboard_data_in(struct stream* s, int chan_id, int chan_flags, int length,
int total_length);
int APP_CC