chiark / gitweb /
msg: Use correct free function.
[mgLib] / cancel.h
index 30e6ba0e6bb55e96a515168b1f9940f56ca64724..47e31ce55d570006a75a7975f5553ae3231e7585 100644 (file)
--- a/cancel.h
+++ b/cancel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cancel.h,v 1.3 1999/05/06 19:51:48 mdw Exp $
+ * $Id: cancel.h,v 1.5 2004/04/08 01:36:14 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: cancel.h,v $
- * Revision 1.3  1999/05/06 19:51:48  mdw
- * Reformatted the LGPL notice a little bit.
- *
- * Revision 1.2  1999/05/05 18:52:45  mdw
- * Change licensing conditions to LGPL.
- *
- * Revision 1.1  1998/12/11 09:44:21  mdw
- * Initial version.
- *
- */
-
-#ifndef CANCEL_H
-#define CANCEL_H
+#ifndef MGLIB_CANCEL_H
+#define MGLIB_CANCEL_H
 
 #ifdef __cplusplus
   extern "C" {