about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorDolan O'Toole <dolan.otoole@corelogic.co.uk>2012-06-03 23:02:13 +0100
committerDolan O'Toole <dolan.otoole@corelogic.co.uk>2012-06-03 23:02:13 +0100
commitd91175e5c2c33c2b03ff4c991008ea0a87841055 (patch)
tree8cc45c5a7de91aa35b29f034859a83e2b8f8e52b /preferences.h
parent4dbf4ff099a19ce2fe55f50e2dacb299d4a0841f (diff)
downloadprofani-tty-d91175e5c2c33c2b03ff4c991008ea0a87841055.tar.gz
added showsplash command
Diffstat (limited to 'preferences.h')
-rw-r--r--preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/preferences.h b/preferences.h
index 8f2cfadc..2785a32e 100644
--- a/preferences.h
+++ b/preferences.h
@@ -35,5 +35,7 @@ void prefs_set_beep(gboolean value);
 gboolean prefs_get_flash(void);
 void prefs_set_flash(gboolean value);
 void prefs_add_login(const char *jid);
+gboolean prefs_get_showsplash(void);
+void prefs_set_showsplash(gboolean value);
 
 #endif