From 0f37fbfbfe24563a6be07f9abd245374e66cb173 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 12:27:44 +0000 Subject: chat code reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@17317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/m_chat.h') diff --git a/include/m_chat.h b/include/m_chat.h index d8236f3971..c94b2fa26d 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -405,6 +405,7 @@ EXTERN_C MIR_APP_DLL(int) Chat_SetStatusbarText(const char *szModule, const wcha #define GC_SSE_TABDELIMITED 0x0004 // use tabs as delimiters #define GC_SSE_OFFLINE 0x0008 // displays a contact offline, otherwise away +// if wszId == NULL, the status is applied to all windows of specified szModule EXTERN_C MIR_APP_DLL(int) Chat_SetStatusEx(const char *szModule, const wchar_t *wszId, int flags, const wchar_t *wszText); ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3