# HG changeset patch # User diego # Date 1277124943 0 # Node ID 6441c47ae7f5a5d637183141f14bf8e013cc6a33 # Parent 80a4a25c24c57b5e5aae4db200d1302661f83c61 Fix type of dvbin_opts_conf extern declaration. diff -r 80a4a25c24c5 -r 6441c47ae7f5 cfg-common.h --- a/cfg-common.h Mon Jun 21 11:03:03 2010 +0000 +++ b/cfg-common.h Mon Jun 21 12:55:43 2010 +0000 @@ -149,7 +149,7 @@ }; #endif /* CONFIG_PVR */ -extern const m_config_t dvbin_opts_conf[]; +extern const m_option_t dvbin_opts_conf[]; extern int rtsp_port; extern char *rtsp_destination;