diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_contacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h index 44c88e2088..540b620a2c 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -82,7 +82,7 @@ namespace Contact MCONTACT hContact, // contact id or NULL for the global data
const char *szProto = nullptr); // protocol for global data. if skipped, grabbed from hContact
- MIR_APP_DLL(int) GetStatus(MCONTACT hContact);
+ MIR_APP_DLL(int) GetStatus(MCONTACT hContact, const char *szProto = nullptr);
/////////////////////////////////////////////////////////////////////////////////////////
// if contact is a group chat
|