summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 2201f679bd..92b00062cb 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -23,6 +23,7 @@
23 23
24#include "config.h" 24#include "config.h"
25#include "timefuncs.h" 25#include "timefuncs.h"
26#include "metadata.h"
26 27
27struct screen; 28struct screen;
28 29
@@ -39,7 +40,7 @@ bool set_time_screen(const char* title, struct tm *tm);
39#endif 40#endif
40 41
41bool shutdown_screen(void); 42bool shutdown_screen(void);
42bool browse_id3(void); 43bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount);
43int view_runtime(void); 44int view_runtime(void);
44 45
45#ifdef HAVE_TOUCHSCREEN 46#ifdef HAVE_TOUCHSCREEN