diff options
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
|