summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2014-06-26 20:16:55 +0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-26 15:44:20 -0700
commit0052279fd0caee67a94500a1a373436efbd9b16b (patch)
treec5b256f7b4e7f9963b251074b34b335a2d647361 /pref.h
parentb5e90d7c9330d359bef3d6ec72fc3831faa970ed (diff)
downloadsubsurface-0052279fd0caee67a94500a1a373436efbd9b16b.tar.gz
Expose proxy settings into preferences struct
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h6
1 files changed, 6 insertions, 0 deletions
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,