summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
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/*