There are many scenarios where the user would want to modify the

contents pointed by proxy_address.
This commit is contained in:
irungentoo 2015-03-14 13:35:50 -04:00
parent fab2daf57a
commit 518a399eb0
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -344,7 +344,7 @@ struct Tox_Options {
* *
* This member is ignored (it can be NULL) if proxy_enabled is false. * This member is ignored (it can be NULL) if proxy_enabled is false.
*/ */
const char *proxy_address; char *proxy_address;
/** /**
* The port to use to connect to the proxy server. * The port to use to connect to the proxy server.