X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/300a63912783f039c4df8be05542ce97786c3660..c6e0eaf00cd09a4e5237e70d8351049ec91d7653:/sel.h diff --git a/sel.h b/sel.h index 391fe29..9749a7a 100644 --- a/sel.h +++ b/sel.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sel.h,v 1.6 1999/08/31 17:42:22 mdw Exp $ + * $Id: sel.h,v 1.7 1999/12/10 23:42:04 mdw Exp $ * * I/O multiplexing support * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: sel.h,v $ + * Revision 1.7 1999/12/10 23:42:04 mdw + * Change header file guard names. + * * Revision 1.6 1999/08/31 17:42:22 mdw * New function `sel_force' to force a descriptor to be `selected'. * @@ -52,8 +55,8 @@ * */ -#ifndef SEL_H -#define SEL_H +#ifndef MLIB_SEL_H +#define MLIB_SEL_H #ifdef __cplusplus extern "C" {