X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/98a3f706175de88b2c9f0729b405330457ae680b..d3eea6424e9ba051c0e72b3c39cd826fda168762:/src/adns.h diff --git a/src/adns.h b/src/adns.h index b110a94..2ec1f39 100644 --- a/src/adns.h +++ b/src/adns.h @@ -1,4 +1,9 @@ -/**/ +/* + * Copyright (C)1998 Ian Jackson. + * This version provided for review and comment only. + * + * $Id$ + */ #ifndef ADNS_H_INCLUDED #define ADNS_H_INCLUDED @@ -163,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,