13 Jan
2008
13 Jan
'08
6:53 a.m.
Author: reimar Date: Sun Jan 13 12:53:35 2008 New Revision: 25714 Log: Add type to extern declaration Modified: trunk/stream/tv.c Modified: trunk/stream/tv.c ============================================================================== --- trunk/stream/tv.c (original) +++ trunk/stream/tv.c Sun Jan 13 12:53:35 2008 @@ -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;