diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-11-04 13:52:33 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-11-04 13:52:33 -0800 |
commit | e2ef19098b2ffbf52b7c03c9f015e49069553419 (patch) | |
tree | 6b6c506b0f87c8773fe1962c9a99f7c3dd62b90c /sesman/chansrv/clipboard_file.h | |
parent | 900d66dc6e3541f52a884e0755d903cde7ce90ef (diff) | |
download | xrdp-proprietary-e2ef19098b2ffbf52b7c03c9f015e49069553419.tar.gz xrdp-proprietary-e2ef19098b2ffbf52b7c03c9f015e49069553419.zip |
chansrv: work on clipboard file copy
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 37391c4c..46c41d51 100644 --- a/sesman/chansrv/clipboard_file.h +++ b/sesman/chansrv/clipboard_file.h @@ -31,6 +31,9 @@ int APP_CC clipboard_c2s_in_files(struct stream *s); int APP_CC -clipboard_request_file_size(int streamId, int lindex); +clipboard_request_file_size(int stream_id, int lindex); +int APP_CC +clipboard_request_file_data(int stream_id, int lindex, int offset, + int request_bytes); #endif |