1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:19:42 +00:00

modified *strerror()

This commit is contained in:
Daniel Stenberg
2004-02-03 06:38:38 +00:00
parent 950eb09ae5
commit bca97dd567

View File

@ -1,4 +1,9 @@
* February 2, 2004:
- ares_strerror() has one argument less. This is the first official
modification of the existing provided ares API.
* January 29, 2004:
- Dirk Manske fixed how the socket is set non-blocking.