Expose proxy settings into preferences struct

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-06-26 20:16:55 +04:00 committed by Dirk Hohndel
parent b5e90d7c93
commit 0052279fd0

6
pref.h
View file

@ -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,