diff mcabber/mcabber/screen.h @ 2101:f56c214a19dc

Add a guard for 'attention_char'
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 May 2014 15:07:07 +0200
parents 16b04d64ec88
children 2f294c2b6778
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Sun May 11 14:27:05 2014 +0200
+++ b/mcabber/mcabber/screen.h	Sun May 11 15:07:07 2014 +0200
@@ -104,6 +104,7 @@
 void scr_init_bindings(void);
 void scr_init_locale_charset(void);
 void scr_init_curses(void);
+void scr_init_settings(void);
 void scr_terminate_curses(void);
 gboolean scr_curses_status(void);
 void scr_draw_main_window(unsigned int fullinit);