From ff6a107e5f566da2644fbfe36455467beafaeb1e Mon Sep 17 00:00:00 2001 From: aunsane Date: Sun, 7 May 2017 02:25:29 +0300 Subject: CloudFile: - reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump --- plugins/CloudFile/src/stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/CloudFile/src/stdafx.h') 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 -- cgit v1.2.3