From d904b0af22db9828c09c6d48db2c1c10fc52eccb Mon Sep 17 00:00:00 2001 From: Eric Faurot Date: Wed, 26 Mar 2014 18:13:16 +0000 Subject: Make the asr API public. Install asr.h to /usr/include.h and manpages. Include tweaks suggested by mpi@ ok deraadt@ --- lib/libc/asr/res_send.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/asr/res_send.c') diff --git a/lib/libc/asr/res_send.c b/lib/libc/asr/res_send.c index b00510c4943..32c940815af 100644 --- a/lib/libc/asr/res_send.c +++ b/lib/libc/asr/res_send.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_send.c,v 1.7 2014/03/25 19:48:11 eric Exp $ */ +/* $OpenBSD: res_send.c,v 1.8 2014/03/26 18:13:15 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -16,15 +16,16 @@ */ #include +#include #include +#include +#include #include #include #include #include -#include "asr.h" - int res_send(const u_char *buf, int buflen, u_char *ans, int anslen) { -- cgit v1.2.3