summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r--include/m_chat_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index c9f5949145..53ca526607 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -433,6 +433,7 @@ struct CHAT_MANAGER
void (*OnLoadSettings)(void);
void (*OnFlashWindow)(SESSION_INFO *si, int);
+ void (*OnFlashHighlight)(SESSION_INFO *si, int);
};
extern CHAT_MANAGER ci, *pci;