From 25b840207bac2bd725820bcf0d5ba35f628eb803 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Jul 2023 14:03:41 +0300 Subject: fixes #3576 (NewStory: add offline files support) --- include/m_srmm_int.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 @@ -355,6 +355,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 -- cgit v1.2.3