diff options
Diffstat (limited to 'libmcclient/mc-account-priv.h')
-rw-r--r-- | libmcclient/mc-account-priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmcclient/mc-account-priv.h b/libmcclient/mc-account-priv.h index 718793af..5051fa33 100644 --- a/libmcclient/mc-account-priv.h +++ b/libmcclient/mc-account-priv.h @@ -30,11 +30,13 @@ G_BEGIN_DECLS typedef struct _McAccountProps McAccountProps; typedef struct _McAccountAvatarProps McAccountAvatarProps; typedef struct _McAccountCompatProps McAccountCompatProps; +typedef struct _McAccountConditionsProps McAccountConditionsProps; struct _McAccountPrivate { McAccountProps *props; McAccountAvatarProps *avatar_props; McAccountCompatProps *compat_props; + McAccountConditionsProps *conditions_props; }; typedef struct _CallWhenReadyContext CallWhenReadyContext; @@ -63,6 +65,8 @@ void _mc_account_avatar_props_free (McAccountAvatarProps *props); void _mc_account_compat_props_free (McAccountCompatProps *props); +void _mc_account_conditions_props_free (McAccountConditionsProps *props); + G_END_DECLS #endif |