summaryrefslogtreecommitdiff
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);
31bool quick_screen(const int, const int); 31bool quick_screen(const int, const int);
32#endif 32#endif
33 33
34void splash(int ticks, /* how long */ 34void splash(int ticks, /* how long */
35 bool center, /* FALSE means left-justified, TRUE means 35 bool center, /* FALSE means left-justified, TRUE means
36 horizontal and vertical center */ 36 horizontal and vertical center */
37 char *fmt, /* what to say *printf style */ 37 const char *fmt, /* what to say *printf style */
38 ...); 38 ...);
39 39
40#ifdef HAVE_RTC 40#ifdef HAVE_RTC
41bool set_time_screen(char* string, struct tm *tm); 41bool set_time_screen(const char* string, struct tm *tm);
42#endif 42#endif
43 43
44bool shutdown_screen(void); 44bool shutdown_screen(void);