From feaa721916303c36dcd676c11ac74ecdec2db006 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 18:47:39 +0200 Subject: core: make network options available even if old net code is disabled Preparation for removing the old network code. --- core/options.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index 80398bae95..54048d9966 100644 --- a/core/options.h +++ b/core/options.h @@ -266,6 +266,16 @@ typedef struct MPOpts { } encode_output; } MPOpts; +// Should be moved into MPOpts +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 const m_option_t mp_opts[]; extern const struct MPOpts mp_default_opts; -- cgit v1.2.3