summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-08 07:20:37 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-08 07:20:37 +0000
commitd0f6333b9812c9af243bc6c7898fcc1d59eb68e3 (patch)
tree28f0d082e47f68f196ff930a37fab56f44327b3f /cfg-common.h
parentfbab7bb6b4cd52736fd3d2b349b076920d34d83f (diff)
downloadmpv-d0f6333b9812c9af243bc6c7898fcc1d59eb68e3.tar.bz2
mpv-d0f6333b9812c9af243bc6c7898fcc1d59eb68e3.tar.xz
cosmetix, merge streaming vars extern declarations into cfg-common.h, where they IMHO belong.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 38c82be0f8..84befe486e 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -164,6 +164,13 @@
#include "config.h"
+#ifdef STREAMING
+/* defined in network.c */
+extern char *network_username;
+extern char *network_password;
+extern int network_bandwidth;
+#endif
+
#include "libmpdemux/tv.h"
#ifdef USE_TV