summaryrefslogtreecommitdiffstats
path: root/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns.h b/dns.h
index 3a50bb0..9a692c4 100644
--- a/dns.h
+++ b/dns.h
@@ -76,5 +76,7 @@ guint flx_dns_packet_space(flxDnsPacket *p);
((guint16) (rd & 15)))
+gchar *flx_unescape_label(gchar *dest, guint size, const gchar **name);
+
#endif