summaryrefslogtreecommitdiff
path: root/apps/radio/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.h')
-rw-r--r--apps/radio/radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/radio/radio.h b/apps/radio/radio.h
index f61ad026f3..01afdc5a25 100644
--- a/apps/radio/radio.h
+++ b/apps/radio/radio.h
@@ -65,6 +65,7 @@ struct fmstation
65 char name[MAX_FMPRESET_LEN+1]; 65 char name[MAX_FMPRESET_LEN+1];
66}; 66};
67const char* radio_get_preset_name(int preset); 67const char* radio_get_preset_name(int preset);
68void presets_draw_markers(struct screen *screen, int x, int y, int w, int h);
68 69
69#ifdef HAVE_ALBUMART 70#ifdef HAVE_ALBUMART
70void radioart_init(bool entering_screen); 71void radioart_init(bool entering_screen);