X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/9da403afeef5f4c1ecb9d1d9e678a87a2457d0e0..706bf01d0f923c5c6d1d63d8ae068ef29ffaefe0:/conn.h diff --git a/conn.h b/conn.h index 5298ac0..58a96a8 100644 --- a/conn.h +++ b/conn.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conn.h,v 1.4 1999/05/26 21:08:01 mdw Exp $ + * $Id: conn.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ * * Nonblocking connect handling * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: conn.h,v $ + * 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. * @@ -45,8 +48,8 @@ * */ -#ifndef CONN_H -#define CONN_H +#ifndef MLIB_CONN_H +#define MLIB_CONN_H #ifdef __cplusplus extern "C" { @@ -57,7 +60,7 @@ #include #include -#ifndef SEL_H +#ifndef MLIB_SEL_H # include "sel.h" #endif