]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
conversion file placeholders
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 16 Dec 2004 11:55:10 +0000 (11:55 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 16 Dec 2004 11:55:10 +0000 (11:55 +0000)
host2wire.c [new file with mode: 0644]
wire2host.c [new file with mode: 0644]

diff --git a/host2wire.c b/host2wire.c
new file mode 100644 (file)
index 0000000..db6d6fb
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * wire2host.c
+ *
+ * conversion routines from the host to the wire format.
+ * This will usually just a re-ordering of the
+ * data (as we store it in network format)
+ *
+ * XXX not sure if we need to keep this around
+ *
+ * a Net::DNS like library for C
+ *
+ * (c) NLnet Labs, 2004
+ *
+ * See the file LICENSE for the license
+ */
+
diff --git a/wire2host.c b/wire2host.c
new file mode 100644 (file)
index 0000000..4db2f8e
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * wire2host.c
+ *
+ * conversion routines from the wire to the host
+ * format.
+ * This will usually just a re-ordering of the
+ * data (as we store it in network format)
+ *
+ * a Net::DNS like library for C
+ *
+ * (c) NLnet Labs, 2004
+ *
+ * See the file LICENSE for the license
+ */
+