summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/dvb_tune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvb_tune.c b/stream/dvb_tune.c
index 63c9f20beb..7623593847 100644
--- a/stream/dvb_tune.c
+++ b/stream/dvb_tune.c
@@ -493,7 +493,7 @@ static int check_status(int fd_frontend, int tmout)
#ifdef HAVE_DVB_HEAD
-static struct diseqc_cmd {
+struct diseqc_cmd {
struct dvb_diseqc_master_cmd cmd;
uint32_t wait;
};