summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 11:53:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 11:53:35 +0000
commit7d3d1728b0a34c18849e75babdc95bb9fc719ce0 (patch)
treebae146e46e3060f16226eaf10870cdb8b93498d9 /stream
parent16f7105ffcfad469ad56ac95d8913758f404bf1a (diff)
downloadmpv-7d3d1728b0a34c18849e75babdc95bb9fc719ce0.tar.bz2
mpv-7d3d1728b0a34c18849e75babdc95bb9fc719ce0.tar.xz
Add type to extern declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
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;