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:
parent
b5e90d7c93
commit
0052279fd0
6
pref.h
6
pref.h
@ -53,6 +53,12 @@ struct preferences {
|
|||||||
int descrate;
|
int descrate;
|
||||||
int bottompo2;
|
int bottompo2;
|
||||||
int decopo2;
|
int decopo2;
|
||||||
|
int proxy_type;
|
||||||
|
char *proxy_host;
|
||||||
|
int proxy_port;
|
||||||
|
short proxy_auth;
|
||||||
|
char *proxy_user;
|
||||||
|
char *proxy_pass;
|
||||||
};
|
};
|
||||||
enum unit_system_values {
|
enum unit_system_values {
|
||||||
METRIC,
|
METRIC,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user