about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-04 22:48:41 +0100
committerJames Booth <boothj5@gmail.com>2012-10-04 22:48:41 +0100
commit9e2306098617dad0683e7024dc9c0695a428a29a (patch)
treee9f1dc39722a49178e338848a62238598d0cbc63 /src/ui.h
parentdcf5e9ef169aba102b9035f05b55e338de2001a8 (diff)
downloadprofani-tty-9e2306098617dad0683e7024dc9c0695a428a29a.tar.gz
Added argument to /who command to specify status
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 08c6bee9..df1eab66 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -107,7 +107,7 @@ void cons_bad_command(const char * const cmd);
 void cons_show(const char * const cmd, ...);
 void cons_bad_show(const char * const cmd);
 void cons_highlight_show(const char * const cmd);
-void cons_show_online_contacts(GSList * list);
+void cons_show_contacts(GSList * list);
 
 // status bar actions
 void status_bar_refresh(void);