summaryrefslogtreecommitdiff
path: root/ares_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_strerror.c')
-rw-r--r--ares_strerror.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/ares_strerror.c b/ares_strerror.c
index c8fc111..7918e66 100644
--- a/ares_strerror.c
+++ b/ares_strerror.c
@@ -13,16 +13,12 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <assert.h>
#include "ares.h"
-const char *ares_strerror(int code, char **memptr)
+const char *ares_strerror(int code)
{
- /* A future implementation may want to handle internationalization.
- * For now, just return a string literal from a table.
- */
+ /* Return a string literal from a table. */
const char *errtext[] = {
"Successful completion",
"DNS server returned answer with no data",