summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-14 13:35:50 -0400
committerirungentoo <irungentoo@gmail.com>2015-03-14 13:35:50 -0400
commit518a399eb0cb0ffdc6798ab7bab1d4b1c973ef2e (patch)
treefc8ec6356a26300ea1e21fac087be1bdedf8e697
parentfab2daf57a1f368c7f4286dfdb908314dc2076bc (diff)
There are many scenarios where the user would want to modify the
contents pointed by proxy_address.
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 82552eea..286d323a 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -344,7 +344,7 @@ struct Tox_Options {
344 * 344 *
345 * This member is ignored (it can be NULL) if proxy_enabled is false. 345 * This member is ignored (it can be NULL) if proxy_enabled is false.
346 */ 346 */
347 const char *proxy_address; 347 char *proxy_address;
348 348
349 /** 349 /**
350 * The port to use to connect to the proxy server. 350 * The port to use to connect to the proxy server.