diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_jabber.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h index d39bc143f7..0e1fe707eb 100644 --- a/include/m_jabber.h +++ b/include/m_jabber.h @@ -200,4 +200,15 @@ __forceinline IJabberInterface *getJabberApi(const char *szAccount) #endif // __cplusplus
+/*
+A menu hook to be called during Jabber protocol menu initialization.
+
+wParam = 0;
+lParam = (LPARAM)(IJabberInterface**).
+
+Returns FALSE if all is Ok, and TRUE otherwise.
+*/
+
+#define ME_JABBER_MENUINIT "Jabber/ProtoMenuInit"
+
#endif // M_JABBER_H__
|