diff options
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -287,6 +287,10 @@ EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie, #endif
/////////////////////////////////////////////////////////////////////////////////////////
+
+MIR_APP_DLL(void) Srmm_AddEvent(MCONTACT hContact, MEVENT hDbEvent);
+
+/////////////////////////////////////////////////////////////////////////////////////////
// sends a message to all SRMM windows
EXTERN_C MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM);
|