summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r--plugins/CloudFile/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h
index d7c3cf2c8e..61d86ce5fa 100644
--- a/plugins/CloudFile/src/stdafx.h
+++ b/plugins/CloudFile/src/stdafx.h
@@ -75,8 +75,6 @@ void InitializeServices();
// events
int OnModulesLoaded(WPARAM, LPARAM);
-int OnProtoAck(WPARAM, LPARAM);
-int OnFileDialogCanceled(void* obj, WPARAM hContact, LPARAM);
// icons
void InitializeIcons();
@@ -101,6 +99,8 @@ int OnOptionsInitialized(WPARAM wParam, LPARAM);
// transfers
extern LIST<FileTransferParam> Transfers;
+
+INT_PTR SendFileInterceptor(WPARAM wParam, LPARAM lParam);
UINT UploadAndReportProgressThread(void *owner, void *arg);
// utils
@@ -110,5 +110,6 @@ bool CanSendToContact(MCONTACT hContact);
void SendToContact(MCONTACT hContact, const wchar_t *data);
void PasteToInputArea(MCONTACT hContact, const wchar_t *data);
void PasteToClipboard(const wchar_t *data);
+void Report(MCONTACT hContact, const wchar_t *data);
#endif //_COMMON_H_ \ No newline at end of file