From 73efaa00c6044d77a6c098bec38057b231ef8243 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Jan 2014 13:49:11 +0000 Subject: Jabber: - these long static buffers replaced with CMString; - some crazy memory allocations in chats also replaced with CMString; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@7577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber.h') diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 67946feb74..debcb70949 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -670,7 +670,6 @@ int g_OnToolbarInit(WPARAM, LPARAM); void JabberChatDllError(void); int JabberCompareJids(const TCHAR *jid1, const TCHAR *jid2); -TCHAR* EscapeChatTags(TCHAR* pszText); TCHAR* UnEscapeChatTags(TCHAR* str_in); //---- jabber_adhoc.cpp --------------------------------------------- @@ -750,7 +749,7 @@ time_t str2time(const TCHAR*); #define JabberUnixToDosT JabberUnixToDosW const TCHAR *JabberStrIStr(const TCHAR *str, const TCHAR *substr); -void JabberCopyText(HWND hwnd, TCHAR *text); +void JabberCopyText(HWND hwnd, const TCHAR *text); CJabberProto *JabberChooseInstance(bool bIsLink=false); bool JabberReadXep203delay(HXML node, time_t &msgTime); -- cgit v1.2.3