From 3c7888d7523f876740084c7315e31f973920212b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 14 Feb 2015 23:00:12 -0500 Subject: A bit of new api work done. --- toxcore/tox.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index 8dab7002..61f40539 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -418,12 +418,16 @@ typedef enum TOX_ERR_NEW { */ TOX_ERR_NEW_PORT_ALLOC, /** - * proxy_enabled was true, but the proxy_address passed had an invalid format + * proxy_type was invalid. + */ + TOX_ERR_PROXY_TYPE, + /** + * proxy_type was valid but the proxy_address passed had an invalid format * or was NULL. */ TOX_ERR_NEW_PROXY_BAD_HOST, /** - * proxy_enabled was true, but the proxy_port was invalid. + * proxy_type was valid, but the proxy_port was invalid. */ TOX_ERR_NEW_PROXY_BAD_PORT, /** -- cgit v1.2.3