summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 0f84cec7b8..7f6262ad45 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -99,6 +99,12 @@ extern int xinerama_screen;
extern int nortc;
#endif
+#ifdef STREAMING
+/* defined in network.c */
+extern char *network_username;
+extern char *network_password;
+#endif
+
/* from libvo/aspect.c */
extern float monitor_aspect;