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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index dafa46d90d..f6d7686ea9 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -21,6 +21,13 @@
21 21
22#ifdef HAVE_FMRADIO 22#ifdef HAVE_FMRADIO
23bool radio_screen(void); 23bool radio_screen(void);
24
25struct fmstation
26{
27 int frequency; /* In Hz */
28 char name[28];
29};
30
24#endif 31#endif
25 32
26#endif 33#endif