Dominick Meglio's new ares_expand_string() function

This commit is contained in:
Daniel Stenberg
2004-03-30 09:06:42 +00:00
parent 155aadf0b3
commit af26fa53f3
7 changed files with 154 additions and 29 deletions
+2
View File
@@ -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)));