diff options
author | Daniel Mack <zonque@gmail.com> | 2011-07-13 00:30:53 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-08-26 09:29:53 +0200 |
commit | a863daff6844e330183045f513dcc1b421af426c (patch) | |
tree | b40f4030efea275bcdca981e750601985d13338e /libc/inet/res_data.c | |
parent | 5f6fe1fca1e60923503dd391a60b2ad5b9aead31 (diff) |
inet/resolv: add res_mkquery
Signed-off-by: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'libc/inet/res_data.c')
-rw-r--r-- | libc/inet/res_data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/inet/res_data.c b/libc/inet/res_data.c new file mode 100644 index 000000000..b554b93db --- /dev/null +++ b/libc/inet/res_data.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_res_data +#include RESOLVER |