chiark / gitweb /
Whoops. Use the right library initialization rune.
[mgLib] / cancel.h
index 88e0d05a8d7fda456ad326d8b3ae0fde596fc2d5..4c5f572eb147307edf63f00d5589ff65397f164a 100644 (file)
--- a/cancel.h
+++ b/cancel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cancel.h,v 1.2 1999/05/05 18:52:45 mdw Exp $
+ * $Id: cancel.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cancel.h,v $
+ * Revision 1.4  2000/08/15 22:40:15  mdw
+ * Change guard constants.
+ *
+ * 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.
  *
@@ -37,8 +44,8 @@
  *
  */
 
-#ifndef CANCEL_H
-#define CANCEL_H
+#ifndef MGLIB_CANCEL_H
+#define MGLIB_CANCEL_H
 
 #ifdef __cplusplus
   extern "C" {