about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-15 00:02:23 +0000
committerJames Booth <boothj5@gmail.com>2013-01-15 00:02:23 +0000
commit62b89a4d8a67b89702dc8a6ade6a13e167bc8db6 (patch)
tree1a0979f31e23d75d91b5ea36f02b9df1bfac3ee0 /src/ui.h
parentcbb3fd45e48b7cdf295e23926f61b5203a2e183b (diff)
downloadprofani-tty-62b89a4d8a67b89702dc8a6ade6a13e167bc8db6.tar.gz
Allow /info and /msg in private room chat when nick has space in name
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 223b6a0c..32f34484 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -132,6 +132,7 @@ void win_show_room_member_nick_change(const char * const room,
 void win_show_room_nick_change(const char * const room, const char * const nick);
 void win_show_room_member_presence(const char * const room,
     const char * const nick, const char * const show, const char * const status);
+void win_show_status(const char * const contact);
 
 // console window actions
 void cons_about(void);