diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-11-05 01:04:04 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-11-05 01:04:04 -0800 |
commit | 77e74e8e680d432769112492d14d05909eb15ebc (patch) | |
tree | 9e4f041698af2896d1aa5015602598e720f36743 /sesman/chansrv/clipboard_file.h | |
parent | e2ef19098b2ffbf52b7c03c9f015e49069553419 (diff) | |
download | xrdp-proprietary-77e74e8e680d432769112492d14d05909eb15ebc.tar.gz xrdp-proprietary-77e74e8e680d432769112492d14d05909eb15ebc.zip |
chansrv: clipboard file copy / paste working now
Diffstat (limited to 'sesman/chansrv/clipboard_file.h')
-rw-r--r-- | sesman/chansrv/clipboard_file.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sesman/chansrv/clipboard_file.h b/sesman/chansrv/clipboard_file.h index 46c41d51..61640887 100644 --- a/sesman/chansrv/clipboard_file.h +++ b/sesman/chansrv/clipboard_file.h @@ -28,7 +28,10 @@ int APP_CC clipboard_process_file_request(struct stream *s, int clip_msg_status, int clip_msg_len); int APP_CC -clipboard_c2s_in_files(struct stream *s); +clipboard_process_file_response(struct stream *s, int clip_msg_status, + int clip_msg_len); +int APP_CC +clipboard_c2s_in_files(struct stream *s, char *file_list); int APP_CC clipboard_request_file_size(int stream_id, int lindex); |