diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-03-12 09:35:00 -0700 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-14 00:21:48 -0700 |
| commit | 6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch) | |
| tree | 951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/chansrv/clipboard_file.h | |
| parent | 8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff) | |
| download | xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip | |
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/chansrv/clipboard_file.h')
| -rw-r--r-- | sesman/chansrv/clipboard_file.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sesman/chansrv/clipboard_file.h b/sesman/chansrv/clipboard_file.h index a9eb95a0..16377b0e 100644 --- a/sesman/chansrv/clipboard_file.h +++ b/sesman/chansrv/clipboard_file.h @@ -22,20 +22,20 @@ #include "arch.h" #include "parse.h" -int APP_CC +int clipboard_send_data_response_for_file(const char *data, int data_size); -int APP_CC +int clipboard_process_file_request(struct stream *s, int clip_msg_status, int clip_msg_len); -int APP_CC +int clipboard_process_file_response(struct stream *s, int clip_msg_status, int clip_msg_len); -int APP_CC +int clipboard_c2s_in_files(struct stream *s, char *file_list); -int APP_CC +int clipboard_request_file_size(int stream_id, int lindex); -int APP_CC +int clipboard_request_file_data(int stream_id, int lindex, int offset, int request_bytes); |
