diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-07-26 13:54:10 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-07-26 13:54:10 +0300 |
| commit | 5f8237b973c8338d25910140105be95b573566d0 (patch) | |
| tree | 2860786511f9852a96a71d80e86edbb03e4663fe /include | |
| parent | 935b5ac6522e20beeb27649574bba1c8cf4511fe (diff) | |
Srmm_DownloadOfflineFile - added hContact parameter to simplify life
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 75f1185f81..12c2b1cd8a 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -358,7 +358,7 @@ MIR_APP_DLL(void) Srmm_CreateHotkey(const char *pszSection, const char *pszDescr /////////////////////////////////////////////////////////////////////////////////////////
// downloads or launches offline file
-MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MEVENT hDbEvent, bool bOpen);
+MIR_APP_DLL(void) Srmm_DownloadOfflineFile(MCONTACT hContact, MEVENT hDbEvent, bool bOpen);
/////////////////////////////////////////////////////////////////////////////////////////
// finds a SRMM window using hContact
|
