changeset 21841:4cdc4b2cd3da

removed static declaration before non-instantiated struct; patch by cehoyos ag or at
author nicodvb
date Tue, 09 Jan 2007 20:02:13 +0000
parents 06b71b6fdde7
children f0040ff1ba40
files stream/dvb_tune.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/dvb_tune.c	Mon Jan 08 16:23:31 2007 +0000
+++ b/stream/dvb_tune.c	Tue Jan 09 20:02:13 2007 +0000
@@ -493,7 +493,7 @@
 
 #ifdef HAVE_DVB_HEAD
 
-static struct diseqc_cmd {
+struct diseqc_cmd {
    struct dvb_diseqc_master_cmd cmd;
    uint32_t wait;
 };