summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2016-11-02 15:27:59 +0100
committerz3bra <contactatz3bradotorg>2016-11-08 16:47:51 +0100
commite1bc5bfe656e01b7e109c6abd51e73fd7697255f (patch)
treef767791cc43b5932432c8be260df582d7e1b9cb1 /config.def.h
parent689dce5943127edb935a07ec0536a325a3cc0e05 (diff)
Refactored dataload().
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
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;