diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-10-14 11:46:01 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-10-14 11:46:01 -0700 |
commit | 37d4f5725c2e97bebc815a72598ee17fce00c9f4 (patch) | |
tree | da8f5033094ac885728df40e056be4d2479f66eb /sesman/chansrv/clipboard.h | |
parent | 3624a6bb966fd7965a555f0ebd56f657704fb603 (diff) | |
download | xrdp-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.h | 2 |
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 |