chiark / gitweb /
Expunge revision histories in files.
[mLib] / bres-adns.c
index 34372a9cda03fbae818548a15b394f172e984162..8a943ef0f8ed05c83c057236870e2c41d1e42db3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bres-adns.c,v 1.3 2004/04/03 03:28:54 mdw Exp $
+ * $Id: bres-adns.c,v 1.4 2004/04/08 01:36:11 mdw Exp $
  *
  * Background reverse name resolution (ADNS version)
  *
  * must be licensed under the full GPL.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: bres-adns.c,v $
- * Revision 1.3  2004/04/03 03:28:54  mdw
- * Make ADNS wait for the event loop before collecting replies.
- *
- * Revision 1.2  2003/12/14 14:46:38  mdw
- * Qualify name given to @bres_byname@.
- *
- * Revision 1.1  2003/12/13 20:37:59  mdw
- * Add adns support in background resolver.
- *
- */
-
 #ifndef HAVE_ADNS
 #  error "You need the ADNS library to compile this file."
 #endif