diff options
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h index 942d2d6f8721..800f73c51da2 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -180,14 +180,14 @@ struct __res_state_ext { typedef enum { res_goahead, res_nextns, res_modified, res_done, res_error } res_sendhookact; -typedef res_sendhookact (*res_send_qhook)(struct sockaddr_in * const *ns, +typedef res_sendhookact (*res_send_qhook)(struct sockaddr * const *ns, const u_char **query, int *querylen, u_char *ans, int anssiz, int *resplen); -typedef res_sendhookact (*res_send_rhook)(const struct sockaddr_in *ns, +typedef res_sendhookact (*res_send_rhook)(const struct sockaddr *ns, const u_char *query, int querylen, u_char *ans, |