diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-28 14:03:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-28 14:03:41 +0300 |
commit | 25b840207bac2bd725820bcf0d5ba35f628eb803 (patch) | |
tree | 9c296751336578965ff36ded409a2cfce50dee00 /include/m_srmm_int.h | |
parent | 686d92f9b238268da5bb9052f5daec2f499f9276 (diff) |
fixes #3576 (NewStory: add offline files support)
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 8f47e4cfe2..12c2b1cd8a 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -356,6 +356,11 @@ MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); MIR_APP_DLL(void) Srmm_CreateHotkey(const char *pszSection, const char *pszDescription);
/////////////////////////////////////////////////////////////////////////////////////////
+// downloads or launches offline file
+
+MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MCONTACT hContact, MEVENT hDbEvent, bool bOpen);
+
+/////////////////////////////////////////////////////////////////////////////////////////
// finds a SRMM window using hContact
MIR_APP_DLL(HWND) Srmm_FindWindow(MCONTACT hContact);
|