about summary refs log tree commit diff stats
path: root/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-03-09 21:23:39 +0000
committerJames Booth <boothj5@gmail.com>2012-03-09 21:23:39 +0000
commit59c02863fed3d490681dba964d7d74d4e35b11d6 (patch)
treee3bce8a3d66c995608bd8bb0c59e1b2ba8c099c3 /command.c
parentf533c6c1622438f738348c22ff754d9952fb3f01 (diff)
downloadprofani-tty-59c02863fed3d490681dba964d7d74d4e35b11d6.tar.gz
Changed typenames in contact list
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index d062138e..03d31e57 100644
--- a/command.c
+++ b/command.c
@@ -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);
     }