Show roster after roster received

This commit is contained in:
James Booth
2014-11-20 00:32:33 +00:00
parent 20fa96325d
commit 9d9ffb08cf
3 changed files with 7 additions and 0 deletions

View File

@@ -116,5 +116,6 @@ void handle_muc_occupant_online(const char * const room, const char * const nick
const char * const show_str, const char * const status_str);
void handle_roster_update(const char * const barejid, const char * const name,
GSList *groups, const char * const subscription, gboolean pending_out);
void handle_roster_received(void);
#endif