From: ian Date: Sat, 10 Apr 1999 16:29:21 +0000 (+0000) Subject: Update wishlist items and add purpose comment to adns.h. X-Git-Tag: wip.base.getaddrinfo~373 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/f3efc9437e03c09dfbc72bf0ac0fa7eb5e742557 Update wishlist items and add purpose comment to adns.h. --- diff --git a/src/adns.h b/src/adns.h index 416cebf..0bf26cf 100644 --- a/src/adns.h +++ b/src/adns.h @@ -1,3 +1,7 @@ +/* + * adns.h + * - adns user-visible API (single-threaded, without any locking) + */ /* * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * @@ -15,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.39 1999/03/30 18:57:18 ian Exp $ + * $Id: adns.h,v 1.40 1999/04/10 16:29:21 ian Exp $ */ #ifndef ADNS_H_INCLUDED @@ -264,10 +268,10 @@ int adns_wait(adns_state ads, adns_query *query_io, adns_answer **answer_r, void **context_r); -/* fixme: merge _check and _wait into one func with flags wait and `remove'(?) */ /* fixme: include TTL in answer somehow */ /* fixme: multithreading/locking */ /* fixme: easy way to get lists of fd's */ +/* fixme: IPv6 */ void adns_cancel(adns_query query);