From 7d3d1728b0a34c18849e75babdc95bb9fc719ce0 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 11:53:35 +0000 Subject: Add type to extern declaration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25714 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tv.c b/stream/tv.c index d40b88b32f..68f18354ca 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -43,7 +43,7 @@ char *tv_channel_last_real; /* enumerating drivers (like in stream.c) */ extern tvi_info_t tvi_info_dummy; #ifdef HAVE_TV_DSHOW -extern tvi_info_dshow; +extern tvi_info_t tvi_info_dshow; #endif #ifdef HAVE_TV_V4L1 extern tvi_info_t tvi_info_v4l; -- cgit v1.2.3