From c1ceb16e6e5957c94232a0ff43fbeca0ff19bf93 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 5 Apr 2017 20:17:13 +0300 Subject: Srmm_MessageStreamCallback isolated inside mir_core and therefore removed; --- include/m_chat_int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index c57491af82..76c3ee1b9a 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -373,9 +373,6 @@ EXTERN_C MIR_APP_DLL(CHAT_MANAGER*) Chat_GetInterface(CHAT_MANAGER_INITDATA *pDa // receives LOGSTREAMDATA* as the first parameter EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb); -// receives char** as the first parameter -EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_MessageStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb); - // sends a message to all SRMM windows EXTERN_C MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM); -- cgit v1.2.3