From cf91db5000d4f11745e2fe8bb6e7f5c6c6ba162a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Mar 2023 18:08:51 +0300 Subject: SRMM: common code exctracted to a Srmm_AddEvent() function --- include/m_srmm_int.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 2ba5f5cc00..ad53c773f3 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -286,6 +286,10 @@ class CMsgDialog : public CSrmmBaseDialog {}; EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie, uint8_t *pbBuff, LONG cb, LONG *pcb); #endif +///////////////////////////////////////////////////////////////////////////////////////// + +MIR_APP_DLL(void) Srmm_AddEvent(MCONTACT hContact, MEVENT hDbEvent); + ///////////////////////////////////////////////////////////////////////////////////////// // sends a message to all SRMM windows -- cgit v1.2.3