diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-11-03 18:47:04 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-11-03 18:47:04 -0700 |
commit | 900d66dc6e3541f52a884e0755d903cde7ce90ef (patch) | |
tree | 559ecb17d8db04ef4ffb2df79077b1e63459b747 /sesman/chansrv/clipboard_file.h | |
parent | cdb039080f47ee31e97dcb88591e8194e03f3878 (diff) | |
download | xrdp-proprietary-900d66dc6e3541f52a884e0755d903cde7ce90ef.tar.gz xrdp-proprietary-900d66dc6e3541f52a884e0755d903cde7ce90ef.zip |
chansrv: work on clipboard file copy paste
Diffstat (limited to 'sesman/chansrv/clipboard_file.h')
-rw-r--r-- | sesman/chansrv/clipboard_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard_file.h b/sesman/chansrv/clipboard_file.h index 4537f1fe..37391c4c 100644 --- a/sesman/chansrv/clipboard_file.h +++ b/sesman/chansrv/clipboard_file.h @@ -30,4 +30,7 @@ clipboard_process_file_request(struct stream *s, int clip_msg_status, int APP_CC clipboard_c2s_in_files(struct stream *s); +int APP_CC +clipboard_request_file_size(int streamId, int lindex); + #endif |