summaryrefslogtreecommitdiffstats
path: root/stream/network.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 18:47:39 +0200
committerwm4 <wm4@nowhere>2013-07-07 19:40:35 +0200
commitfeaa721916303c36dcd676c11ac74ecdec2db006 (patch)
tree745578fb3c91e9c62ffb9596e1843e41cc29b31a /stream/network.h
parent2c732a46ba37182692748acd2b72310d21c451f8 (diff)
downloadmpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.bz2
mpv-feaa721916303c36dcd676c11ac74ecdec2db006.tar.xz
core: make network options available even if old net code is disabled
Preparation for removing the old network code.
Diffstat (limited to 'stream/network.h')
-rw-r--r--stream/network.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/stream/network.h b/stream/network.h
index a2d1d3d173..65ec3d41d9 100644
--- a/stream/network.h
+++ b/stream/network.h
@@ -61,16 +61,6 @@ typedef struct {
extern const mime_struct_t mime_type_table[];
-extern char **network_http_header_fields;
-
-extern char *network_username;
-extern char *network_password;
-extern int network_bandwidth;
-extern char *network_useragent;
-extern char *network_referrer;
-extern int network_cookies_enabled;
-extern char *cookies_file;
-
extern int network_prefer_ipv4;
extern int network_ipv4_only_proxy;
extern int reuse_socket;