chiark / gitweb /
Expunge revision histories in files.
[mLib] / conn.h
diff --git a/conn.h b/conn.h
index d381850030ecbeb20a59143e123eb1bc7f26f584..81f381e1d1967ffba9b4ba5efdaa1df23f5ed5b8 100644 (file)
--- a/conn.h
+++ b/conn.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: conn.h,v 1.7 2003/11/29 19:10:53 mdw Exp $
+ * $Id: conn.h,v 1.8 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking connect handling
  *
  *
  * Nonblocking connect handling
  *
  * MA 02111-1307, USA.
  */
 
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: conn.h,v $
- * Revision 1.7  2003/11/29 19:10:53  mdw
- * Declare and document @conn_fd@.
- *
- * Revision 1.6  2001/06/22 19:35:20  mdw
- * Interface change to @conn_init@ -- return error rather than calling the
- * function.  This reduces the number of different environments the
- * callback has to cope with, and the old behaviour is easily simulatable
- * with the new, while simulating the new behaviour was awkward and
- * painful.
- *
- * Revision 1.5  1999/12/10 23:42:04  mdw
- * Change header file guard names.
- *
- * Revision 1.4  1999/05/26 21:08:01  mdw
- * Remove redundant structure member.
- *
- * Revision 1.3  1999/05/23 12:12:46  mdw
- * Interface change to make the `conn' selector useful for generic stream
- * sockets rather than just IPv4 ones.
- *
- * Revision 1.2  1999/05/15 10:33:32  mdw
- * Fix copyright notices.
- *
- * Revision 1.1  1999/05/14 21:01:14  mdw
- * Integrated `select' handling bits from the background resolver project.
- *
- */
-
 #ifndef MLIB_CONN_H
 #define MLIB_CONN_H
 
 #ifndef MLIB_CONN_H
 #define MLIB_CONN_H