From 5a2906aae51a358bd3bdbcad336629e9d4449405 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Jan 2014 20:55:43 +0000 Subject: highlight api unification git-svn-id: http://svn.miranda-ng.org/main/trunk@7699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 747c734067..9e2f304cb0 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -382,6 +382,7 @@ struct CHAT_MANAGER int (*ShowPopup)(HANDLE hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoName, TCHAR* pszRoomName, COLORREF crBkg, const TCHAR* fmt, ...); BOOL (*LogToFile)(SESSION_INFO *si, GCEVENT *gce); + BOOL (*IsHighlighted)(SESSION_INFO *si, GCEVENT *pszText); TCHAR* (*RemoveFormatting)(const TCHAR *pszText); void (*ReloadSettings)(void); -- cgit v1.2.3