summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r--apps/recorder/albumart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h
index dcd106465b..febad28281 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -35,6 +35,9 @@ bool find_albumart(const struct mp3entry *id3, char *buf, int buflen);
35 Call with clear = true to clear the bitmap instead of drawing it. */ 35 Call with clear = true to clear the bitmap instead of drawing it. */
36void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear); 36void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
37 37
38bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
39 char *buf, int buflen);
40
38#endif /* HAVE_ALBUMART */ 41#endif /* HAVE_ALBUMART */
39 42
40#endif /* _ALBUMART_H_ */ 43#endif /* _ALBUMART_H_ */