diff options
Diffstat (limited to 'include/m_clist.h')
| -rw-r--r-- | include/m_clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index f4e74419e6..35578c7d91 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -78,7 +78,7 @@ EXTERN_C MIR_APP_DLL(bool) Clist_GetProtocolVisibility(const char *szModuleName) // adds a new element into main menu
-EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddMainMenuItem(TMO_MenuItem *pmi);
+EXTERN_C MIR_APP_DLL(HGENMENU) Menu_AddMainMenuItem(TMO_MenuItem *pmi, const char *pszProto = nullptr);
// gets a handle to the main Miranda menu
// returns a HMENU. This need not to be freed since it's owned by clist
|
