chiark / gitweb /
+ * New comment in adns_processany and return 0 (not r which is 0).
authorian <ian>
Sat, 9 Oct 1999 11:44:37 +0000 (11:44 +0000)
committerian <ian>
Sat, 9 Oct 1999 11:44:37 +0000 (11:44 +0000)
@@ -23,12 +23,14 @@
   General improvements:
+  * New comment in adns_processany and return 0 (not r which is 0).
   Portability and build improvements:
+  * Remove trailing , from some enums in adns.h.

changelog
src/adns.h

index 9749109da4045388a1f6264e569cca24b7f3764c..8d41a64ea787376178384be4e634a3b29787ad9b 100644 (file)
--- a/changelog
+++ b/changelog
@@ -23,12 +23,14 @@ adns (0.5) unstable; urgency=medium
   General improvements:
   * Promise not to change fds in adns_beforepoll (if now is specified).
   * Improved textual error string for _s_prohibitedcname.
+  * New comment in adns_processany and return 0 (not r which is 0).
 
   Portability and build improvements:
   * Give install the '-c' flag (otherwise some delete the original !).
   * Do not remove top-level Makefile on `make clean'.
   * Don't complain so much about poll(2) tests if not available.
   * Do not give -u 0 -g 0 options to install.
+  * Remove trailing , from some enums in adns.h.
 
  --
 
index eed7f79c0a37f9dac9b297478041f054447b367d..d59f4d4b6a19999d8a5ff8d05236aa9db5159175 100644 (file)
@@ -50,7 +50,7 @@ typedef enum {
   adns_if_eintr=        0x0020, /* allow _wait and _synchronous to return EINTR */
   adns_if_nosigpipe=    0x0040, /* applic has SIGPIPE set to SIG_IGN, do not protect */
   adns_if_checkc_entex= 0x0100, /* do consistency checks on entry/exit to adns funcs */
-  adns_if_checkc_freq=  0x0300, /* do consistency checks very frequently (slow!) */
+  adns_if_checkc_freq=  0x0300  /* do consistency checks very frequently (slow!) */
 } adns_initflags;
 
 typedef enum {
@@ -199,7 +199,7 @@ typedef enum {
 
   /* permanent errors */
   adns_s_nxdomain,
-  adns_s_nodata,
+  adns_s_nodata
   
 } adns_status;