summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
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,