about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-14 00:39:34 +0000
committerJames Booth <boothj5@gmail.com>2012-11-14 00:39:34 +0000
commitde2f060742ee4aa7d47fae12eefe0da1977b4125 (patch)
tree74053452ff451a6a331010784a5c732914429ac9 /src/ui.h
parenta574f7ff40c5c82e47dfb2c705fef9d7cf78a7da (diff)
downloadprofani-tty-de2f060742ee4aa7d47fae12eefe0da1977b4125.tar.gz
Added /wins command to list active windows
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 2d883835..bb2fb8cb 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -128,6 +128,8 @@ void win_show_room_subject(const char * const room_jid,
 void win_show_room_member_offline(const char * const room, const char * const nick);
 void win_show_room_member_online(const char * const room, const char * const nick);
 void win_show_status(const char * const contact);
+void win_show_wins(void);
+int win_in_private_chat(void);
 
 // console window actions
 void cons_about(void);