summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/proxy.h')
-rw-r--r--openvpn/src/openvpn/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/proxy.h b/openvpn/src/openvpn/proxy.h
index dc62261c..5e476f16 100644
--- a/openvpn/src/openvpn/proxy.h
+++ b/openvpn/src/openvpn/proxy.h
@@ -70,7 +70,7 @@ struct http_proxy_info {
bool queried_creds;
};
-struct http_proxy_options *init_http_proxy_options_once (struct http_proxy_options *hpo,
+struct http_proxy_options *init_http_proxy_options_once (struct http_proxy_options **hpo,
struct gc_arena *gc);
struct http_proxy_info *http_proxy_new (const struct http_proxy_options *o);