chiark / gitweb /
Make internal function vbuf__append_quoted1035 static
[adns.git] / src / internal.h
index ad7d4d75dec514f7329c6dfaa708c7ef6aff32a3..f496fcb519313807f4f0ef74ce78564d87013192 100644 (file)
@@ -865,8 +865,6 @@ void adns__update_expires(adns_query qu, unsigned long ttl,
  * now + ttl.
  */
 
-int vbuf__append_quoted1035(vbuf *vb, const byte *buf, int len);
-
 bool adns__labels_equal(const byte *a, int al, const byte *b, int bl);
 
 /* From event.c: */