summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.h')
-rw-r--r--apps/recorder/radio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index 415de6f652..d0a60530ba 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -59,6 +59,10 @@ struct fmstation
59 char name[MAX_FMPRESET_LEN+1]; 59 char name[MAX_FMPRESET_LEN+1];
60}; 60};
61 61
62#ifdef HAVE_ALBUMART
63int radio_get_art_hid(struct dim *requested_dim);
64#endif
65
62#endif /* CONFIG_TUNER */ 66#endif /* CONFIG_TUNER */
63 67
64#endif /* RADIO_H */ 68#endif /* RADIO_H */