Add groups to roster contacts

fixes #175
This commit is contained in:
James Booth
2013-05-22 23:38:52 +01:00
parent 2842b423d1
commit d017999a91
8 changed files with 104 additions and 16 deletions

View File

@@ -27,6 +27,6 @@ void roster_add_handlers(void);
void roster_request(void);
void roster_update(const char * const barejid, const char * const name,
const char * const subscription, gboolean pending_out);
GSList *groups, const char * const subscription, gboolean pending_out);
#endif