From e1bc5bfe656e01b7e109c6abd51e73fd7697255f Mon Sep 17 00:00:00 2001 From: pranomostro Date: Wed, 2 Nov 2016 15:27:59 +0100 Subject: Refactored dataload(). --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 74589ed..abf05a1 100644 --- a/config.def.h +++ b/config.def.h @@ -23,10 +23,10 @@ static char *savefile = ".ratox.tox"; static int encryptsavefile = 0; -static int ipv6 = 0; -static int tcp = 0; -static int proxy = 0; -static int proxytype = 2; /* 1 = HTTP, 2 = SOCKS5 */ +static int ipv6 = 0; +static int tcp = 0; +static int proxy = 0; +static TOX_PROXY_TYPE proxytype = TOX_PROXY_TYPE_SOCKS5; /* NONE, HTTP, SOCKS5 */ static char proxyaddr[] = "localhost"; static uint16_t proxyport = 8080; -- cgit v1.2.3