summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index c5a5d952..db1b1033 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -875,8 +875,8 @@ int tox_isconnected(const Tox *tox);
875 875
876typedef enum { 876typedef enum {
877 TOX_PROXY_NONE, 877 TOX_PROXY_NONE,
878 TOX_PROXY_HTTP, 878 TOX_PROXY_SOCKS5,
879 TOX_PROXY_SOCKS5 879 TOX_PROXY_HTTP
880} TOX_PROXY_TYPE; 880} TOX_PROXY_TYPE;
881 881
882typedef struct { 882typedef struct {