summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 1ca1994261..1c77eeb6bc 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -112,5 +112,6 @@ typedef struct {
extern int dvb_step_channel(stream_t *, int);
extern int dvb_set_channel(stream_t *, int, int);
extern dvb_config_t *dvb_get_config(void);
+extern void dvb_free_config(dvb_config_t *config);
#endif