diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 3989424c40..3b913f7bb0 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -114,6 +114,8 @@ interface MIDatabase STDMETHOD_(BOOL, MetaDetouchSub)(DBCachedContact*, int nSub) PURE;
STDMETHOD_(BOOL, MetaSetDefault)(DBCachedContact*) PURE;
+ STDMETHOD_(BOOL, MetaMergeHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE;
+ STDMETHOD_(BOOL, MetaSplitHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE;
};
///////////////////////////////////////////////////////////////////////////////
|