diff options
author | jcid <devnull@localhost> | 2008-11-09 14:09:09 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-11-09 14:09:09 +0100 |
commit | 1685afb2c6fc9570dc841ff5f5099cec9124252b (patch) | |
tree | ac688482819a8f0b14e7c14ae93bf358c6cae28c /src/dns.h | |
parent | 7ae4abd9c6779fd721fc5a012cddb94493ea97d9 (diff) |
- Made the DNS resolver report in numeric address notation.
Diffstat (limited to 'src/dns.h')
-rw-r--r-- | src/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ typedef struct _DilloHost int alen; char data[DILLO_ADDR_MAX]; } DilloHost; - +void a_Dns_dillohost_to_string(DilloHost *host, char *dst, size_t size); #ifdef __cplusplus } |