From 8975af6cee9cfed40a075a16841cb0e6428ebaa6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 6 Feb 2022 18:11:23 +0300 Subject: duplicate event checking code moved to the core --- include/m_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index 5ec7c13149..dbf8455e56 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -669,6 +669,7 @@ __inline uint32_t DBGetContactSettingRangedDword(MCONTACT hContact, const char * namespace DB { + MIR_APP_DLL(bool) IsDuplicateEvent(MCONTACT hContact, DBEVENTINFO &dbei); ///////////////////////////////////////////////////////////////////////////////////////// // Helper to free event contents automatically -- cgit v1.2.3