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-05 21:48:13 +0000
committerJames Booth <boothj5@gmail.com>2012-11-05 21:48:13 +0000
commit83834b96ae455f295136c44cf86b6e2f066b0d74 (patch)
treeb3b2f58a0e776d3975ba6f653739c1949edfa6fb /src/ui.h
parent2f6361a57856afc022d9f06e6b7bd7d66b69459b (diff)
downloadprofani-tty-83834b96ae455f295136c44cf86b6e2f066b0d74.tar.gz
Do not send presence when in groupchat
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 c8e44cee..90326bc6 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -106,6 +106,7 @@ void win_remind(void);
 void win_join_chat(const char * const room_jid, const char * const nick);
 void win_show_chat_room_member(const char * const room_jid,
     const char * const nick);
+int win_in_groupchat(void);
 
 // console window actions
 void cons_about(void);