about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-12-09 22:58:45 +0000
committerJames Booth <boothj5@gmail.com>2012-12-09 22:58:45 +0000
commit30cb06ed74a4edd079728aa96ca4370ba324399c (patch)
treeaaa57ec08f3539daa99d4694a9cffc04adbc9763 /src/ui.h
parentce6f2276519f38378769780b060feb78494dfd35 (diff)
downloadprofani-tty-30cb06ed74a4edd079728aa96ca4370ba324399c.tar.gz
Added /account show command
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 5e236ca2..029a61e0 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -144,6 +144,7 @@ void cons_show_chat_prefs(void);
 void cons_show_log_prefs(void);
 void cons_show_presence_prefs(void);
 void cons_show_connection_prefs(void);
+void cons_show_account(ProfAccount *account);
 void cons_bad_command(const char * const cmd);
 void cons_show(const char * const cmd, ...);
 void cons_show_time(void);