Using GSList for contact list

This commit is contained in:
James Booth
2012-05-10 00:30:03 +01:00
parent b2385010b5
commit a336148cd2
6 changed files with 123 additions and 190 deletions

View File

@@ -170,7 +170,7 @@ static gboolean _cmd_who(void)
if (conn_status != JABBER_CONNECTED) {
cons_not_connected();
} else {
struct contact_node_t *list = get_contact_list();
GSList *list = get_contact_list();
cons_show_online_contacts(list);
}