aboutsummaryrefslogtreecommitdiff
path: root/src/dns.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-11-09 14:09:09 +0100
committerjcid <devnull@localhost>2008-11-09 14:09:09 +0100
commit1685afb2c6fc9570dc841ff5f5099cec9124252b (patch)
treeac688482819a8f0b14e7c14ae93bf358c6cae28c /src/dns.h
parent7ae4abd9c6779fd721fc5a012cddb94493ea97d9 (diff)
- Made the DNS resolver report in numeric address notation.
Diffstat (limited to 'src/dns.h')
-rw-r--r--src/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.h b/src/dns.h
index 1749044f..fca28727 100644
--- a/src/dns.h
+++ b/src/dns.h
@@ -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
}