diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-26 18:03:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-26 18:03:05 +0000 |
commit | e73fb6808a496c1a5636aab8219964dcac8a2096 (patch) | |
tree | c2315e9aba85f7bbb42c6f9d0d2397f6987778ab /ares | |
parent | 1c93d9dcfe95f1bfd6df432f9d6b4b31ff1c06a1 (diff) |
language fix
Diffstat (limited to 'ares')
-rw-r--r-- | ares/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |