summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-09 15:13:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-09 15:13:13 +0300
commit017f8e72ac56a88ecaea40dd1c52b1da0ae46986 (patch)
tree63f9429a30caa5a96dc18431c225b8d8aa57d83c /include
parent6bf18e4265c8a0938d12e98eef1562b1ee4bc97b (diff)
common rtf management code moved to the core
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 1342e2b591..7b2b0c35b1 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -410,6 +410,14 @@ 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);
+
+/////////////////////////////////////////////////////////////////////////////////////////
+
class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase
{