about summary refs log tree commit diff stats
path: root/src/ui/titlebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/titlebar.h')
-rw-r--r--src/ui/titlebar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h
index 66237f86..4e11107e 100644
--- a/src/ui/titlebar.h
+++ b/src/ui/titlebar.h
@@ -40,7 +40,9 @@ void title_bar_update_virtual(void);
 void title_bar_resize(void);
 void title_bar_console(void);
 void title_bar_set_presence(contact_presence_t presence);
+void title_bar_set_connected(gboolean connected);
+void title_bar_set_tls(gboolean secured);
 void title_bar_switch(void);
 void title_bar_set_typing(gboolean is_typing);
 
-#endif
\ No newline at end of file
+#endif