about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorJames Booth <jamesbooth2000@hotmail.com>2012-06-04 08:47:54 -0700
committerJames Booth <jamesbooth2000@hotmail.com>2012-06-04 08:47:54 -0700
commitdf1e8327f945a3bd0d5a957a0fd9e971baeabd72 (patch)
treeb376283213eafffe6193b37e9e7274df02e22b84 /preferences.h
parent70310bb5afb7a008bdd4069d85ee62921cdf4ac5 (diff)
parent26b6db5b78b01e50eaee048472d5d33d5a468c3c (diff)
downloadprofani-tty-df1e8327f945a3bd0d5a957a0fd9e971baeabd72.tar.gz
Merge pull request #25 from dotoole/master
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