diff cfg-common.h @ 31429:b542cd25f03d

Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
author diego
date Sun, 20 Jun 2010 17:58:37 +0000
parents 974cfaa54e83
children a2c6762a9adc
line wrap: on
line diff
--- a/cfg-common.h	Sun Jun 20 17:54:46 2010 +0000
+++ b/cfg-common.h	Sun Jun 20 17:58:37 2010 +0000
@@ -41,15 +41,14 @@
 #include "stream/network.h"
 #include "stream/pvr.h"
 #include "stream/stream_dvd_common.h"
+#include "stream/tcp.h"
+#include "stream/udp.h"
 #include "codec-cfg.h"
 
 #ifdef CONFIG_CDDA
 #include "stream/cdd.h"
 #endif
 
-extern int network_prefer_ipv4;
-extern int reuse_socket;
-
 /* defined in libmpdemux: */
 extern const m_option_t demux_rawaudio_opts[];
 extern const m_option_t demux_rawvideo_opts[];