X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/1101f87ace7e0b3be886220d4faa13954fd35c6b..ff34c6e7869a842b5db5046578c0b8d173501833:/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" {