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 3322ce53e7..47dc1375ca 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -39,7 +39,8 @@ int mmc_remove_request(void);
39bool set_time_screen(const char* title, struct tm *tm, bool set_date); 39bool set_time_screen(const char* title, struct tm *tm, bool set_date);
40#endif 40#endif
41 41
42bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount); 42bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
43 struct tm *modified);
43int view_runtime(void); 44int view_runtime(void);
44 45
45#ifdef HAVE_TOUCHSCREEN 46#ifdef HAVE_TOUCHSCREEN