summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_radio.h')
-rw-r--r--stream/stream_radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_radio.h b/stream/stream_radio.h
index 3baca729a0..2d5ffb2cc4 100644
--- a/stream/stream_radio.h
+++ b/stream/stream_radio.h
@@ -22,6 +22,7 @@ int radio_get_freq(struct stream_st *stream, float* freq);
char* radio_get_channel_name(struct stream_st *stream);
int radio_set_channel(struct stream_st *stream, char *channel);
int radio_step_channel(struct stream_st *stream, int direction);
+int radio_step_freq(struct stream_st *stream, float step_interval);
#endif