]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
buf.h: Removed. Use buffer.h.
authorErik Rozendaal <erik@NLnetLabs.nl>
Tue, 21 Dec 2004 13:26:55 +0000 (13:26 +0000)
committerErik Rozendaal <erik@NLnetLabs.nl>
Tue, 21 Dec 2004 13:26:55 +0000 (13:26 +0000)
buf.h [deleted file]

diff --git a/buf.h b/buf.h
deleted file mode 100644 (file)
index 6a02e19..0000000
--- 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;
-