chiark / gitweb /
Update wishlist items and add purpose comment to adns.h.
authorian <ian>
Sat, 10 Apr 1999 16:29:21 +0000 (16:29 +0000)
committerian <ian>
Sat, 10 Apr 1999 16:29:21 +0000 (16:29 +0000)
src/adns.h

index 416cebf590e1ee50753587f83072a61a6a15a898..0bf26cfec45a995b21e6178167ed450632e42d85 100644 (file)
@@ -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);