summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 025ff63b5d..fb88456ac9 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -281,6 +281,8 @@ extern char **network_http_header_fields;
extern char *network_useragent;
extern char *network_referrer;
extern int network_cookies_enabled;
+extern int network_tls_verify;
+extern char *network_tls_ca_file;
extern char *cookies_file;
extern const m_option_t mp_opts[];