From a863daff6844e330183045f513dcc1b421af426c Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 13 Jul 2011 00:30:53 +0200 Subject: inet/resolv: add res_mkquery Signed-off-by: Daniel Mack --- libc/inet/res_data.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libc/inet/res_data.c (limited to 'libc/inet/res_data.c') 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 + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_res_data +#include RESOLVER -- cgit v1.2.3