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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h
index 52e7c74c02..ecfdb9c9ed 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -40,6 +40,8 @@ void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
40bool search_albumart_files(const struct mp3entry *id3, const char *size_string, 40bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
41 char *buf, int buflen); 41 char *buf, int buflen);
42 42
43void get_albumart_size(struct bitmap *bmp);
44
43#endif /* HAVE_ALBUMART */ 45#endif /* HAVE_ALBUMART */
44 46
45#endif /* _ALBUMART_H_ */ 47#endif /* _ALBUMART_H_ */