diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 95a8c10206..3698ef4203 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -319,6 +319,8 @@ struct CHAT_MANAGER MIR_APP_DLL(HICON) getIcon(int iEventType) const;
// user-defined custom callbacks
+ bool (*DbEventIsShown)(const DB::EventInfo &dbei);
+
void (*OnCreateModule)(MODULEINFO*);
void (*OnDestroyModule)(MODULEINFO*);
|