mirror of
https://github.com/curl/curl.git
synced 2026-08-20 23:03:52 +03:00
language fix
This commit is contained in:
parent
1c93d9dcfe
commit
e73fb6808a
1 changed files with 2 additions and 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue