From: Daniel Stenberg Date: Tue, 26 May 2009 18:03:05 +0000 (+0000) Subject: language fix X-Git-Tag: curl-7_19_6~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e73fb6808a496c1a5636aab8219964dcac8a2096;p=curl language fix --- diff --git a/ares/TODO b/ares/TODO index a042ef7c3..1a87e4401 100644 --- a/ares/TODO +++ b/ares/TODO @@ -9,10 +9,10 @@ ares_gethostbyname ares_process -- Upon next ABI brakage ares_process() could/should be changed to return 'int' +- Upon next ABI breakage ares_process() should be changed to return 'int' and return ARES_ENOTINITIALIZED if ares_library_init() has not been called. ares_process_fd -- Upon next ABI brakage ares_process_fd() could/should be changed to return +- Upon next ABI breakage ares_process_fd() should be changed to return 'int' and return ARES_ENOTINITIALIZED if library has not been initialized.