From: Erik Rozendaal Date: Tue, 21 Dec 2004 13:26:55 +0000 (+0000) Subject: buf.h: Removed. Use buffer.h. X-Git-Tag: release-0.50~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0d1e72d003adcafd9da0fc2c733c654aa07a7a;p=thirdparty%2Fldns.git buf.h: Removed. Use buffer.h. --- diff --git a/buf.h b/buf.h deleted file mode 100644 index 6a02e190..00000000 --- a/buf.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * buf.h - * - * a buffer with dns data and a length - * - * a Net::DNS like library for C - * - * (c) NLnet Labs, 2004 - * - * See the file LICENSE for the license - */ - -struct ldns_struct_buf -{ - size_t size; - uint8_t *data; -}; -typedef ldns_struct_buf ldns_buf; -