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

@@ -233,7 +233,7 @@ void cons_help(void)
dirty = TRUE;
}
void cons_show_online_contacts(const struct contact_list * const list)
void cons_show_online_contacts(const contact_list_t * const list)
{
_win_show_time(_cons_win);
wprintw(_cons_win, "Online contacts:\n");