From 0052279fd0caee67a94500a1a373436efbd9b16b Mon Sep 17 00:00:00 2001 From: Sergey Starosek Date: Thu, 26 Jun 2014 20:16:55 +0400 Subject: Expose proxy settings into preferences struct Signed-off-by: Sergey Starosek Signed-off-by: Dirk Hohndel --- pref.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pref.h b/pref.h index 076441867..6feaa76f3 100644 --- a/pref.h +++ b/pref.h @@ -53,6 +53,12 @@ struct preferences { int descrate; int bottompo2; int decopo2; + int proxy_type; + char *proxy_host; + int proxy_port; + short proxy_auth; + char *proxy_user; + char *proxy_pass; }; enum unit_system_values { METRIC, -- cgit v1.2.3-70-g09d2