about summary refs log tree commit diff stats
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index 42d2b764..5bdda9a8 100644
--- a/ui.h
+++ b/ui.h
@@ -24,6 +24,8 @@
 #define WINDOWS_h
 
 #include <ncurses.h>
+
+#include "common.h"
 #include "contact_list.h"
 
 struct prof_win {
@@ -50,8 +52,7 @@ void title_bar_refresh(void);
 void title_bar_resize(void);
 void title_bar_show(const char * const title);
 void title_bar_title(void);
-void title_bar_connected(void);
-void title_bar_disconnected(void);
+void title_bar_set_status(jabber_presence_t status);
 
 // main window actions
 int win_close_win(void);