chiark / gitweb /
url: Whitespace cleanups.
[mLib] / ident.h
diff --git a/ident.h b/ident.h
index 073855bae0df699a170ea7cb393105b6131992b0..c13646399255a0356a618e18a52f4df82d7a4911 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.3 2004/04/08 01:36:11 mdw Exp $
  *
  * Nonblocking RFC931 client
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: ident.h,v $
- * 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