summaryrefslogtreecommitdiff
path: root/src/mir_core/mc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/mc.cpp')
-rw-r--r--src/mir_core/mc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mir_core/mc.cpp b/src/mir_core/mc.cpp
index 00431a0875..f25d9ffa88 100644
--- a/src/mir_core/mc.cpp
+++ b/src/mir_core/mc.cpp
@@ -163,3 +163,8 @@ MIR_CORE_DLL(int) db_mc_setDefaultNum(MCONTACT hMetaContact, int iNum, BOOL bWri
NotifyEventHooks(hEventDefaultChanged, hMetaContact, Meta_GetContactHandle(cc, iNum));
return 0;
}
+
+extern "C" MIR_CORE_DLL(void) db_mc_notifyDefChange(WPARAM wParam, LPARAM lParam)
+{
+ NotifyEventHooks(hEventDefaultChanged, wParam, lParam);
+} \ No newline at end of file