diff options
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 29ee8791e9..3e145fa977 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -268,7 +268,8 @@ struct ClcCacheEntryBase MCONTACT hContact;
wchar_t* tszName;
wchar_t* tszGroup;
- int bIsHidden;
+ int bIsHidden;
+ char* szProto;
};
struct CLIST_INTERFACE
|