diff options
| -rw-r--r-- | dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ static unsigned short dns_res_ad_flag = 0; | |||
| 35 | 35 | ||
| 36 | static int (*lookup)(res_state statep, const char *dname, int class, int type, unsigned char *answer, int anslen) = res_nquery; | 36 | static int (*lookup)(res_state statep, const char *dname, int class, int type, unsigned char *answer, int anslen) = res_nquery; |
| 37 | 37 | ||
| 38 | static int resolve(stralloc *domain, int type) | 38 | static int resolve(const stralloc *domain, int type) |
| 39 | { | 39 | { |
| 40 | int n; | 40 | int n; |
| 41 | int i; | 41 | int i; |
