From ba8331d618f76d65480b113e537758ede381e630 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Tue, 9 Jan 2007 20:02:13 +0000 Subject: removed static declaration before non-instantiated struct; patch by cehoyos ag or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21859 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/dvb_tune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/dvb_tune.c') 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; }; -- cgit v1.2.3