mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
There are many scenarios where the user would want to modify the
contents pointed by proxy_address.
This commit is contained in:
parent
fab2daf57a
commit
518a399eb0
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user