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: adns-1.5.0-rc0~456 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/18d49d5654fd77be6e3d4e60377db2019f6162b4 Update wishlist items and add purpose comment to adns.h. --- diff --git a/src/adns.h b/src/adns.h index 1b3e1d3..ce12fc2 100644 --- a/src/adns.h +++ b/src/adns.h @@ -1,4 +1,8 @@ /* + * 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 * * This program is free software; you can redistribute it and/or modify @@ -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);