X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/7bd2091eeaab7a8e5b1bc57ae6bd71a51bf306e7..573eadb534c42c4feace5e493cc135dd5e7b00d9:/ident.h diff --git a/ident.h b/ident.h index 073855b..4cf13dc 100644 --- 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 * @@ -30,13 +30,16 @@ /*----- 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" { @@ -49,15 +52,15 @@ #include #include -#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