summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 09:06:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 09:06:42 +0000
commitaf26fa53f3d73fb70d4e9be973626aab6597b40a (patch)
treed14125c5d42ff8845a8ccae8c8056750e0d86202 /ares_strerror.c
parent155aadf0b3c9d4db338bf4aeca96af9b446ffbcf (diff)
downloadc-ares-af26fa53f3d73fb70d4e9be973626aab6597b40a.tar.gz
c-ares-af26fa53f3d73fb70d4e9be973626aab6597b40a.tar.bz2
c-ares-af26fa53f3d73fb70d4e9be973626aab6597b40a.zip
Dominick Meglio's new ares_expand_string() function
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares_strerror.c b/ares_strerror.c
index 5c285eb..f994fc3 100644
--- a/ares_strerror.c
+++ b/ares_strerror.c
@@ -36,6 +36,8 @@ const char *ares_strerror(int code)
"End of file",
"Error reading file",
"Out of memory"
+ "Channel is being destroyed",
+ "Misformatted string"
};
assert(code >= 0 && code < (int)(sizeof(errtext) / sizeof(*errtext)));