Changed typenames in contact list

This commit is contained in:
James Booth
2012-03-09 21:23:39 +00:00
parent f533c6c162
commit 59c02863fe
6 changed files with 41 additions and 40 deletions

View File

@@ -153,7 +153,7 @@ static int _cmd_who(void)
if (conn_status != JABBER_CONNECTED) {
cons_not_connected();
} else {
struct contact_list *list = get_contact_list();
contact_list_t *list = get_contact_list();
cons_show_online_contacts(list);
}