summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index e66bf8f53d..a223e4914e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -86,6 +86,7 @@ void set_int(char* string,
86 int step, 86 int step,
87 int min, 87 int min,
88 int max ); 88 int max );
89void set_time(char* string, int timedate[]);
89 90
90/* global settings */ 91/* global settings */
91extern struct user_settings global_settings; 92extern struct user_settings global_settings;