changeset 31449:6441c47ae7f5

Fix type of dvbin_opts_conf extern declaration.
author diego
date Mon, 21 Jun 2010 12:55:43 +0000
parents 80a4a25c24c5
children 8449d9eab838
files cfg-common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;