about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-14 18:26:08 +0100
committerJames Booth <boothj5@gmail.com>2012-10-14 18:26:08 +0100
commitacb152d4f73c252f7bb627c0829d1e5bc163dd99 (patch)
treea60641aeb36ce6a1ec5fa1a0d68cf0c360be7058 /src/preferences.h
parent26802ffed33a2504f1dee838b2fb4e181c05b0a9 (diff)
downloadprofani-tty-acb152d4f73c252f7bb627c0829d1e5bc163dd99.tar.gz
Added history option
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index e94701e4..8b4f5e68 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -50,6 +50,8 @@ gboolean prefs_get_flash(void);
 void prefs_set_flash(gboolean value);
 gboolean prefs_get_chlog(void);
 void prefs_set_chlog(gboolean value);
+gboolean prefs_get_history(void);
+void prefs_set_history(gboolean value);
 gboolean prefs_get_showsplash(void);
 void prefs_set_showsplash(gboolean value);
 gint prefs_get_remind(void);