summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/screens.h b/apps/screens.h
index b4f293f0ba..a119a9b853 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -31,14 +31,14 @@ int on_screen(void);
bool quick_screen(const int, const int);
#endif
-void splash(int ticks, /* how long */
- bool center, /* FALSE means left-justified, TRUE means
- horizontal and vertical center */
- char *fmt, /* what to say *printf style */
+void splash(int ticks, /* how long */
+ bool center, /* FALSE means left-justified, TRUE means
+ horizontal and vertical center */
+ const char *fmt, /* what to say *printf style */
...);
#ifdef HAVE_RTC
-bool set_time_screen(char* string, struct tm *tm);
+bool set_time_screen(const char* string, struct tm *tm);
#endif
bool shutdown_screen(void);