diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 168d8fb0ec..d2fa84bc3b 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -290,6 +290,7 @@ MIR_APP_DLL(int) Clist_TrayIconSetBaseInfo(HICON hIcon, const char *szPref MIR_APP_DLL(void) Clist_TrayIconUpdateBase(const char *szChangedProto);
MIR_APP_DLL(void) Clist_TraySetTimer();
+MIR_APP_DLL(CListEvent*) Clist_FindEvent(MCONTACT hContact, MEVENT hDbEvent);
MIR_APP_DLL(CListEvent*) Clist_GetEvent(MCONTACT hContact, int idx);
MIR_APP_DLL(CListEvent*) Clist_GetEventByMenu(int iMenuId);
|