aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commitbe8f8e66a450308547c356271ce439d9877ac7b5 (patch)
tree24530632b87870cda1253d292bdf229e6dfb6e6d /ares/ares_strerror.c
parent9fadfffb9d5533c08321ed972f9aeb003d4c2b5b (diff)
Dominick Meglio's new ares_expand_string() function
Diffstat (limited to 'ares/ares_strerror.c')
-rw-r--r--ares/ares_strerror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/ares_strerror.c b/ares/ares_strerror.c
index 5c285eb2c..f994fc358 100644
--- a/ares/ares_strerror.c
+++ b/ares/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)));