about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-03-08 22:27:49 +0000
committerJames Booth <boothj5@gmail.com>2018-03-08 22:27:49 +0000
commit720dce866eb759a7b5ecdaff7c7d9ceeb6e2487c (patch)
tree8f9e072c17a0d8ecb8acefd97f304015442fd694 /src/ui/ui.h
parent119c5650cf1b40d3074faae1a280e8d3dfbedc03 (diff)
downloadprofani-tty-720dce866eb759a7b5ecdaff7c7d9ceeb6e2487c.tar.gz
Add prefs for empty tabs and tab names
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 5d779df6..81af4b30 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -318,6 +318,7 @@ void cons_autoping_setting(void);
 void cons_autoconnect_setting(void);
 void cons_room_cache_setting(void);
 void cons_inpblock_setting(void);
+void cons_statusbar_setting(void);
 void cons_winpos_setting(void);
 void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity);
 void cons_show_contact_offline(PContact contact, char *resource, char *status);