summaryrefslogtreecommitdiff
path: root/include/m_metacontacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_metacontacts.h')
-rw-r--r--include/m_metacontacts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_metacontacts.h b/include/m_metacontacts.h
index d050e685cd..fc09425ea9 100644
--- a/include/m_metacontacts.h
+++ b/include/m_metacontacts.h
@@ -70,6 +70,10 @@ extern "C"
{
#endif
+// checks whether metacontacts are enabled
+MIR_CORE_DLL(BOOL) db_mc_isEnabled(void);
+MIR_CORE_DLL(void) db_mc_enable(BOOL);
+
// checks whether a contact is a metacontact
MIR_CORE_DLL(int) db_mc_isMeta(MCONTACT hMetaContact);