summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-02-06 18:11:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-02-06 18:11:23 +0300
commit8975af6cee9cfed40a075a16841cb0e6428ebaa6 (patch)
tree95a0bba4bf6c6751e932d25f6976d3a0d164e36d /include
parent75650597de2eab62279fc20f9d5ea6a158a761ae (diff)
duplicate event checking code moved to the core
Diffstat (limited to 'include')
-rw-r--r--include/m_database.h1
1 files changed, 1 insertions, 0 deletions
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