|
|
@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* Copyright 1998, 2009 by the Massachusetts Institute of Technology.
|
|
|
|
/* Copyright 1998 by the Massachusetts Institute of Technology.
|
|
|
|
* Copyright (C) 2007-2013 by Daniel Stenberg |
|
|
|
* Copyright (C) 2007-2013 by Daniel Stenberg |
|
|
|
* |
|
|
|
* |
|
|
|
* Permission to use, copy, modify, and distribute this |
|
|
|
* Permission to use, copy, modify, and distribute this |
|
|
@ -553,8 +553,6 @@ CARES_EXTERN void ares_free_string(void *str); |
|
|
|
|
|
|
|
|
|
|
|
CARES_EXTERN void ares_free_hostent(struct hostent *host); |
|
|
|
CARES_EXTERN void ares_free_hostent(struct hostent *host); |
|
|
|
|
|
|
|
|
|
|
|
CARES_EXTERN void ares_free_soa(struct ares_soa_reply *soa); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CARES_EXTERN void ares_free_data(void *dataptr); |
|
|
|
CARES_EXTERN void ares_free_data(void *dataptr); |
|
|
|
|
|
|
|
|
|
|
|
CARES_EXTERN const char *ares_strerror(int code); |
|
|
|
CARES_EXTERN const char *ares_strerror(int code); |
|
|
|