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-13 22:08:46 +0000
committerJames Booth <boothj5@gmail.com>2012-11-13 22:08:46 +0000
commite506986ef5dc713e16a20b04b68f0c00ab7dab5e (patch)
tree73f8c4ce99344283ba322434ae3927cc3f089222 /src/ui.h
parent2afe7b83aba2581cc33cee64b34eb9faf608bdab (diff)
downloadprofani-tty-e506986ef5dc713e16a20b04b68f0c00ab7dab5e.tar.gz
Added basic /status command to find out about a specific contact
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 a11293f0..3fd6faf7 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -127,6 +127,7 @@ void win_show_room_subject(const char * const room_jid,
     const char * const subject);
 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);
 
 // console window actions
 void cons_about(void);