summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
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