aboutsummaryrefslogtreecommitdiff
path: root/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.h')
-rw-r--r--proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy.h b/proxy.h
index 9a31826..5e7178c 100644
--- a/proxy.h
+++ b/proxy.h
@@ -67,5 +67,7 @@ void establish_http_proxy_passthru (struct http_proxy_info *p,
uint8_t *make_base64_string2 (const uint8_t *str, int str_len, struct gc_arena *gc);
uint8_t *make_base64_string (const uint8_t *str, struct gc_arena *gc);
+bool get_http_proxy_settings (struct http_proxy_options *p, char **err, struct gc_arena *gc);
+
#endif
#endif