X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/3ea0e5b91aefac797fd21d2de4966c559e64cb7a..8f2aa8129efb917e07338eddf3aa4d6d682cc4c4:/src/adns.h?ds=sidebyside diff --git a/src/adns.h b/src/adns.h index f715757..9408553 100644 --- a/src/adns.h +++ b/src/adns.h @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: adns.h,v 1.52 1999/07/14 21:59:38 ian Exp $ + * $Id: adns.h,v 1.53 1999/07/14 22:45:08 ian Exp $ */ #ifndef ADNS_H_INCLUDED @@ -306,7 +306,7 @@ void adns_finish(adns_state ads); void adns_forallqueries_begin(adns_state ads); -struct adns_query adns_forallqueries_next(adns_state ads, void **context_r); +adns_query adns_forallqueries_next(adns_state ads, void **context_r); /* Iterator functions, which you can use to loop over the outstanding * (submitted but not yet successfuly checked/waited) queries. * @@ -319,7 +319,7 @@ struct adns_query adns_forallqueries_next(adns_state ads, void **context_r); * query in the same adns_state). There is no need to explicitly * finish an iteration. * - * context_r may be 0. + * context_r may be 0. *context_r may not be set when _next returns 0. */ /*