about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-16 00:50:32 +0100
committerJames Booth <boothj5@gmail.com>2012-08-16 00:50:32 +0100
commit8b1653f7076c61f317446b7c80093ab0a0381e35 (patch)
treee7af6b8b64a94a50c5527d3a985fc3bf7b2a4edc /src/ui.h
parenta7c7768778f005aec8b11512743924d5270b3e07 (diff)
downloadprofani-tty-8b1653f7076c61f317446b7c80093ab0a0381e35.tar.gz
Added typing notifications and related preferences
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 f0811aca..b2bca2b1 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -60,6 +60,7 @@ void title_bar_set_status(jabber_presence_t status);
 int win_close_win(void);
 int win_in_chat(void);
 char *win_get_recipient(void);
+void win_show_typing(const char * const from);
 void win_show_incomming_msg(const char * const from, const char * const message);
 void win_show_outgoing_msg(const char * const from, const char * const to, 
     const char * const message);