summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 55b31006ce..b4f293f0ba 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -40,6 +40,8 @@ void splash(int ticks, /* how long */
40#ifdef HAVE_RTC 40#ifdef HAVE_RTC
41bool set_time_screen(char* string, struct tm *tm); 41bool set_time_screen(char* string, struct tm *tm);
42#endif 42#endif
43 43
44bool shutdown_screen(void);
45
44#endif 46#endif
45 47