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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h
index e74711a96a..a002e334c2 100644
--- a/plugins/CloudFile/src/stdafx.h
+++ b/plugins/CloudFile/src/stdafx.h
@@ -108,5 +108,9 @@ UINT UploadAndReportProgressThread(void *owner, void *arg);
void ShowNotification(const wchar_t *caption, const wchar_t *message, int flags, MCONTACT hContact = NULL);
void ShowNotification(const wchar_t *message, int flags, MCONTACT hContact = NULL);
MEVENT AddEventToDb(MCONTACT hContact, WORD type, DWORD flags, DWORD cbBlob, PBYTE pBlob);
+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);
#endif //_COMMON_H_ \ No newline at end of file