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, 4 insertions, 0 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 27b156b895..93894eb654 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -28,4 +28,8 @@ bool f2_screen(void);
28bool f3_screen(void); 28bool f3_screen(void);
29#endif 29#endif
30 30
31void splash(char *text, /* what to say */
32 int ticks, /* fow how long */
33 int button);/* what keymask aborts the waiting (if any) */
34
31#endif 35#endif