summaryrefslogtreecommitdiff
path: root/libc/inet/ns_parse.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-07-13 00:30:52 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-08-26 09:29:53 +0200
commit5f6fe1fca1e60923503dd391a60b2ad5b9aead31 (patch)
tree56280d5520e60c8fe3b8123ba1a77eb0d1535e86 /libc/inet/ns_parse.c
parent95ff96497d513e89675eabef2f052cabb96e4080 (diff)
inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag
There are build 'ifdef L_ns_parse'. Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'libc/inet/ns_parse.c')
-rw-r--r--libc/inet/ns_parse.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/inet/ns_parse.c b/libc/inet/ns_parse.c
new file mode 100644
index 000000000..e7aecb421
--- /dev/null
+++ b/libc/inet/ns_parse.c
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_ns_parse
+#include RESOLVER