diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:20:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-18 14:20:19 +0300 |
commit | 6ed0f28f9288a76e479b916f2e579b1a61ac47fd (patch) | |
tree | 3d8f87c6b52e2f1b4e234a50d7fd5c6b22897830 /include | |
parent | a6173f891d255c44118f135992a6d5585ad22490 (diff) |
Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into consideration
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 547f4f096a..712039e7d7 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -151,7 +151,7 @@ typedef CSrmmLogWindow *(MIR_CDECL *pfnSrmmLogCreator)(CMsgDialog &pDlg); MIR_APP_DLL(HANDLE) RegisterSrmmLog(CMPlugin *pPlugin, const char *pszShortName, const wchar_t *pwszScreenName, pfnSrmmLogCreator fnBuilder);
MIR_APP_DLL(void) UnregisterSrmmLog(HANDLE);
-MIR_APP_DLL(bool) Srmm_IsCustomLogUsed();
+MIR_APP_DLL(bool) Srmm_IsCustomLogUsed(bool forGroupChats);
/////////////////////////////////////////////////////////////////////////////////////////
// SRMM log window class
|