summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/clipboard_file.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-11-03 18:47:04 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-11-03 18:47:04 -0700
commit900d66dc6e3541f52a884e0755d903cde7ce90ef (patch)
tree559ecb17d8db04ef4ffb2df79077b1e63459b747 /sesman/chansrv/clipboard_file.h
parentcdb039080f47ee31e97dcb88591e8194e03f3878 (diff)
downloadxrdp-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.h3
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