summaryrefslogtreecommitdiff
path: root/include/m_protoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r--include/m_protoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h
index 8be0fce7f4..9bc9def714 100644
--- a/include/m_protoint.h
+++ b/include/m_protoint.h
@@ -288,4 +288,10 @@ template<class T> struct PROTO : public PROTO_INTERFACE
__forceinline void CreateProtoServiceParam(const char *name, MyServiceFuncParam pFunc, LPARAM param) {
::ProtoCreateServiceParam(this, name, (ProtoServiceFuncParam)pFunc, param); }
};
+
+/////////////////////////////////////////////////////////////////////////////////////////
+
+MIR_APP_DLL(PROTO_INTERFACE *) Proto_GetInstance(const char *szModule);
+MIR_APP_DLL(PROTO_INTERFACE *) Proto_GetInstance(MCONTACT hContact);
+
#endif // M_PROTOINT_H__