diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-05 20:17:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-05 20:17:13 +0300 |
commit | c1ceb16e6e5957c94232a0ff43fbeca0ff19bf93 (patch) | |
tree | 1f4b53879e38019f7a22e82d8a2db3204a6c6bb9 /include | |
parent | 4164d60646b408abf62bc8170165aedcc574d088 (diff) |
Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
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);
|