chiark / gitweb /
Change header file guard names.
[mLib] / ident.h
diff --git a/ident.h b/ident.h
index 073855bae0df699a170ea7cb393105b6131992b0..4cf13dce0efe0aa6a3bd58635449c84fe4a70bbd 100644 (file)
--- a/ident.h
+++ b/ident.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ident.h,v 1.1 1999/10/04 21:41:58 mdw Exp $
+ * $Id: ident.h,v 1.2 1999/12/10 23:42:04 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ident.h,v $
+ * Revision 1.2  1999/12/10 23:42:04  mdw
+ * Change header file guard names.
+ *
  * Revision 1.1  1999/10/04 21:41:58  mdw
  * Added ident client from `fw'.
  *
  */
 
-#ifndef IDENT_H
-#define IDENT_H
+#ifndef MLIB_IDENT_H
+#define MLIB_IDENT_H
 
 #ifdef __cplusplus
   extern "C" {
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#ifndef CONN_H
+#ifndef MLIB_CONN_H
 #  include "conn.h"
 #endif
 
-#ifndef SEL_H
+#ifndef MLIB_SEL_H
 #  include "sel.h"
 #endif
 
-#ifndef SELBUF_H
+#ifndef MLIB_SELBUF_H
 #  include "selbuf.h"
 #endif