diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_contacts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h index f2fc4fa665..44c88e2088 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -86,8 +86,9 @@ namespace Contact /////////////////////////////////////////////////////////////////////////////////////////
// if contact is a group chat
+ // returns GCW_* constant or 0 if it's not a group chat
- MIR_APP_DLL(bool) IsGroupChat(MCONTACT hContact, const char *szProto = nullptr);
+ MIR_APP_DLL(int) IsGroupChat(MCONTACT hContact, const char *szProto = nullptr);
/////////////////////////////////////////////////////////////////////////////////////////
// gets / sets hidden status for a contact
|