Decked file out properly with big banner comments and things. 1.0.2
authormdw <mdw>
Sat, 21 Nov 1998 22:50:22 +0000 (22:50 +0000)
committermdw <mdw>
Sat, 21 Nov 1998 22:50:22 +0000 (22:50 +0000)
xwait.h

diff --git a/xwait.h b/xwait.h
index f55e6d7..9c06bd3 100644 (file)
--- a/xwait.h
+++ b/xwait.h
@@ -1,8 +1,58 @@
+/* -*-c-*-
+ *
+ * $Id: xwait.h,v 1.2 1998/11/21 22:50:22 mdw Exp $
+ *
+ * Common definitions for the `xwait' kit
+ *
+ * (c) 1998 Straylight/Edgeware
+ */
+
+/*----- Licensing notice --------------------------------------------------* 
+ *
+ * This file is part of the Edgeware X tools collection.
+ *
+ * X tools is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * X tools 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 General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with X tools; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+/*----- Revision history --------------------------------------------------* 
+ *
+ * $Log: xwait.h,v $
+ * Revision 1.2  1998/11/21 22:50:22  mdw
+ * Decked file out properly with big banner comments and things.
+ *
+ * Revision 1.1  1998/11/16 23:00:49  mdw
+ * Initial versions.
+ *
+ */
+
 #ifndef XWAIT_H
 #define XWAIT_H
 
+#ifdef __cplusplus
+  extern "C" {
+#endif
+
+/*----- Macros ------------------------------------------------------------*/
 
 #define XWAIT_DIE "XWAIT_PROPERTY"
 #define XWAIT_DIE_MSG "XWAIT_MESSAGE"
 
+/*----- That's all, folks -------------------------------------------------*/
+
+#ifdef __cplusplus
+  }
+#endif
+
 #endif