summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-12-13 23:44:51 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2014-12-13 23:59:50 -0500
commit377da127a1e19f96f75da8b4c59eee6a947cab3b (patch)
treea09251ab4f14dddc2f31e35f832aed2392a36db4 /toxcore/tox.h
parent7d4489b8724edd929189c7b7f2a9a32b28429c48 (diff)
Added HTTP proxy support
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 3b72eede..f2c102ab 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -892,6 +892,7 @@ typedef struct {
892 uint8_t proxy_enabled; 892 uint8_t proxy_enabled;
893 char proxy_address[256]; /* Proxy ip or domain in NULL terminated string format. */ 893 char proxy_address[256]; /* Proxy ip or domain in NULL terminated string format. */
894 uint16_t proxy_port; /* Proxy port: in host byte order. */ 894 uint16_t proxy_port; /* Proxy port: in host byte order. */
895 uint8_t proxy_is_http; /*1: HTTP proxy, 0: SOCKS5 proxy*/
895} Tox_Options; 896} Tox_Options;
896 897
897/* 898/*