1 /* $NetBSD: __res_send.c,v 1.4 2005/09/13 01:44:10 christos Exp $ */
4 * written by matthew green, 22/04/97.
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: __res_send.c,v 1.4 2005/09/13 01:44:10 christos Exp $");
13 #if defined(__indr_reference)
14 __indr_reference(__res_send
, res_send
)
17 #include <sys/types.h>
18 #include <netinet/in.h>
21 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
24 int res_send(const u_char
*, int, u_char
*, int);
27 res_send(const u_char
*buf
, int buflen
, u_char
*ans
, int anssiz
)
30 return __res_send(buf
, buflen
, ans
, anssiz
);