diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-26 11:29:17 +0000 |
commit | 987ceba57a977c691977a0f5aa8005678fcbc7e7 (patch) | |
tree | 1e52b2b0aafc60d0365034f28394cfb2dee0e587 /plugins/Dropbox/src/dropbox.h | |
parent | a16909cbcbf6d18ab622ac5bbb05a8d743a93db3 (diff) |
Dropbox:
- added ability to intercept transfers from other protocols
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16344 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 5ad332b168..dba4681042 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -64,6 +64,8 @@ private: INT_PTR ProtoSendMessage(WPARAM wParam, LPARAM lParam);
static INT_PTR ProtoReceiveMessage(WPARAM wParam, LPARAM lParam);
+ INT_PTR ProtoSendFileInterceptor(WPARAM wParam, LPARAM lParam);
+
INT_PTR SendFileToDropbox(WPARAM wParam, LPARAM lParam);
// commands
|