From 9be46d86e49c3d513d20efc3955798d404f7a41a Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 7 Oct 1998 00:53:53 +0000 Subject: [PATCH] Clarify. --- src/adns.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/adns.h b/src/adns.h index 692c2c2..46eb0b8 100644 --- a/src/adns.h +++ b/src/adns.h @@ -2,7 +2,7 @@ * Copyright (C)1998 Ian Jackson. * This version provided for review and comment only. * - * $Id: adns.h,v 1.17 1998/10/07 00:48:24 ian Exp $ + * $Id: adns.h,v 1.18 1998/10/07 00:53:53 ian Exp $ */ #ifndef ADNS_H_INCLUDED @@ -168,6 +168,8 @@ typedef struct { * Must always be non-null pointer; * If *query_io is 0 to start with then any query may be returned; * If *query_io is !0 adns_query then only that query may be returned. + * If the call is successful, *query_io, *answer_r, and *context_r + * will all be set. * Errors: * Return values are 0 or an errno value; * Seriously fatal system errors (eg, failure to create sockets, -- 2.30.2