about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index b2bca2b1..5d0284e6 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -55,6 +55,9 @@ void title_bar_resize(void);
 void title_bar_show(const char * const title);
 void title_bar_title(void);
 void title_bar_set_status(jabber_presence_t status);
+void title_bar_set_recipient(char *from);
+void title_bar_set_typing(gboolean is_typing);
+void title_bar_draw(void);
 
 // main window actions
 int win_close_win(void);