diff cfg-common.h @ 31449:6441c47ae7f5

Fix type of dvbin_opts_conf extern declaration.
author diego
date Mon, 21 Jun 2010 12:55:43 +0000
parents 6f152da62242
children b109d4fd7f3f
line wrap: on
line diff
--- 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;