From: Miek Gieben Date: Thu, 16 Dec 2004 11:55:10 +0000 (+0000) Subject: conversion file placeholders X-Git-Tag: release-0.50~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f33d8ffba2e86794728d0d78111b3a385b95209;p=thirdparty%2Fldns.git conversion file placeholders --- diff --git a/host2wire.c b/host2wire.c new file mode 100644 index 00000000..db6d6fb2 --- /dev/null +++ b/host2wire.c @@ -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 index 00000000..4db2f8e0 --- /dev/null +++ b/wire2host.c @@ -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 + */ +