chiark / gitweb /
Infrastructure: Export pkgconfig file.
[mLib] / lock.h
diff --git a/lock.h b/lock.h
index 3c8bed8347d3ce556f6edff66a6852272885f7a6..bd89b0de51586c86e0ab591d5ece96cc026663d4 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: lock.h,v 1.1 1999/05/15 10:33:53 mdw Exp $
+ * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  * (c) 1999 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: lock.h,v $
- * Revision 1.1  1999/05/15 10:33:53  mdw
- * Add simplified locking code.
- *
- */
-
-#ifndef LOCK_H
-#define LOCK_H
+#ifndef MLIB_LOCK_H
+#define MLIB_LOCK_H
 
 #ifdef __cplusplus
   extern "C" {