summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 93516d86cf..c0e785489a 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -199,6 +199,10 @@ bool set_int(char* string, char* unit, int* variable,
199bool set_time(char* string, int timedate[]); 199bool set_time(char* string, int timedate[]);
200void set_file(char* filename, char* setting, int maxlen); 200void set_file(char* filename, char* setting, int maxlen);
201 201
202#ifdef HAVE_MAS3587F
203unsigned int rec_timesplit_seconds(void);
204#endif
205
202/* global settings */ 206/* global settings */
203extern struct user_settings global_settings; 207extern struct user_settings global_settings;
204/* name of directory where configuration, fonts and other data 208/* name of directory where configuration, fonts and other data