diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-06 22:24:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-06 22:24:14 +0000 |
commit | 33f0b7831d24635a5643740ded327aabc6495c0b (patch) | |
tree | 56ad98ce3cabb678484f194ac91766e45d1754d2 /include | |
parent | e1d38cadb09e2efc9acce14e0448daac5a8fd08a (diff) |
duplicated pieces of code removed from Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@11258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index de06d7b744..ab50127791 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -389,6 +389,7 @@ struct CHAT_MANAGER int (*ShowPopup)(MCONTACT hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoName, TCHAR* pszRoomName, COLORREF crBkg, const TCHAR* fmt, ...);
BOOL (*LogToFile)(SESSION_INFO *si, GCEVENT *gce);
TCHAR* (*GetChatLogsFilename)(SESSION_INFO *si, time_t tTime);
+ int (*GetColorIndex)(const char *pszModule, COLORREF cr);
char* (*Log_SetStyle)(int style);
BOOL (*IsHighlighted)(SESSION_INFO *si, GCEVENT *pszText);
|