Removed proxy_enabled option in favor of proxy_type.
This commit is contained in:
parent
30677fdd7a
commit
dde3ce9512
4 changed files with 35 additions and 12 deletions
|
|
@ -25,6 +25,13 @@ struct t_twc_profile;
|
|||
extern struct t_config_option *twc_config_friend_request_message;
|
||||
extern struct t_config_option *twc_config_short_id_size;
|
||||
|
||||
enum t_twc_proxy
|
||||
{
|
||||
TWC_PROXY_NONE = 0,
|
||||
TWC_PROXY_SOCKS5,
|
||||
TWC_PROXY_HTTP
|
||||
};
|
||||
|
||||
void
|
||||
twc_config_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue