summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard_file.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-11-05 01:04:04 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-11-05 01:04:04 -0800
commit77e74e8e680d432769112492d14d05909eb15ebc (patch)
tree9e4f041698af2896d1aa5015602598e720f36743 /sesman/chansrv/clipboard_file.h
parente2ef19098b2ffbf52b7c03c9f015e49069553419 (diff)
downloadxrdp-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.h5
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);