]> git.meshlink.io Git - catta/blobdiff - dns.h
fix typo of prioq-test in the clean target of Makefile
[catta] / dns.h
diff --git a/dns.h b/dns.h
index 3a50bb0fb56feed77626becab922a65453c1b7ee..9a692c48af8807b3f7d87674bab60b87d98e3d48 100644 (file)
--- 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