]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
ci dname.h
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 15 Feb 2005 10:22:15 +0000 (10:22 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 15 Feb 2005 10:22:15 +0000 (10:22 +0000)
ldns/dname.h [new file with mode: 0644]

diff --git a/ldns/dname.h b/ldns/dname.h
new file mode 100644 (file)
index 0000000..6e7e184
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * 
+ * dname.h
+ *
+ * dname definitions
+ *
+ * a Net::DNS like library for C
+ *
+ * (c) NLnet Labs, 2004
+ *
+ * See the file LICENSE for the license
+ */
+
+#ifndef _LDNS_DNAME_H
+#define _LDNS_DNAME_H
+
+#include <ldns/common.h>
+
+
+/* prototypes */
+uint8_t         ldns_rdf_dname_label_count(ldns_rdf *);
+ldns_rdf       *ldns_dname_new_frm_str(const char *);
+ldns_rdf       *ldns_dname_concat(ldns_rdf *, ldns_rdf *);
+
+#endif /* !_LDNS_DNAME_H */