diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat.h | 2 | ||||
-rw-r--r-- | include/m_chat_int.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 49c3a41dfa..9ce9a83f4e 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -395,7 +395,7 @@ MIR_APP_DLL(int) Chat_SendUserMessage(const char *szModule, const wchar_t *wszTe MIR_APP_DLL(int) Chat_SendUserMessage(SESSION_INFO *si, const wchar_t *wszText);
MIR_APP_DLL(int) Chat_SetStatusbarText(SESSION_INFO *si, const wchar_t *wszText);
-MIR_APP_DLL(wchar_t*) Chat_GetGroup(void);
+MIR_APP_DLL(CMStringW) Chat_GetGroup(void);
MIR_APP_DLL(void) Chat_SetGroup(const wchar_t*);
MIR_APP_DLL(wchar_t*) Chat_UnescapeTags(wchar_t *str_in);
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index bd9f340d41..f8fc7ce950 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -396,6 +396,7 @@ namespace Chat bFilterEnabled,
bTopicOnClist,
bPopupOnJoin,
+ bUseGroup,
bDoubleClick4Privat,
bShowContactStatus,
bContactStatusFirst,
|