chiark / gitweb /
Interface change to @conn_init@ -- return error rather than calling the
[mLib] / sel.h
diff --git a/sel.h b/sel.h
index 391fe2969468010eccf5bba63fd5b37aa4b5326b..9749a7a90b8ad6d664e09c32c359cdf90ce681d2 100644 (file)
--- 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" {