chiark / gitweb /
Nemesis fixme wishlist item.
[adns] / src / adns.h
index 650c42d6effea3874251785df5b8cf09077fdd75..b30c99bc806585e7f3483dfa82a27b7b9e5c5c0d 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C)1998 Ian Jackson.
  * This version provided for review and comment only.
  *
- * $Id: adns.h,v 1.30 1998/11/14 16:41:40 ian Exp $
+ * $Id: adns.h,v 1.32 1998/11/15 19:11:59 ian Exp $
  */
 /*
  *  This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson
@@ -136,7 +136,7 @@ typedef struct {
 } adns_addr;
 
 typedef struct {
-  char *dm;
+  char *host;
   adns_status astatus;
   int naddrs; /* temp fail => -1, perm fail => 0, s_ok => >0 */
   adns_addr *addrs;
@@ -148,7 +148,7 @@ typedef struct {
 
 typedef struct {
   int i;
-  adns_rr_hostaddr hostaddr;
+  adns_rr_hostaddr ha;
 } adns_rr_inthostaddr;
 
 typedef struct {
@@ -209,6 +209,7 @@ typedef struct {
  *  If no (appropriate) requests are outstanding adns_query and adns_wait return ESRCH;
  */
 
+/* fixme: separate parsing from instantiation */
 int adns_init(adns_state *newstate_r, adns_initflags flags, FILE *diagfile/*0=>stderr*/);
 
 int adns_synchronous(adns_state ads,