summaryrefslogtreecommitdiff
path: root/zwgc/xerror.h
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1989-11-13 19:55:48 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1989-11-13 19:55:48 +0000
commit0746b026f03939800e25e1f5d00810a165afe72d (patch)
tree9845c7d2d5cdcce2efd62b53ebbbf7dda38cedf8 /zwgc/xerror.h
parent05bb0c93268b1cc3d18dcbb2757412197983f0a3 (diff)
Initial revision
Diffstat (limited to 'zwgc/xerror.h')
-rw-r--r--zwgc/xerror.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/zwgc/xerror.h b/zwgc/xerror.h
new file mode 100644
index 0000000..0e17936
--- /dev/null
+++ b/zwgc/xerror.h
@@ -0,0 +1,29 @@
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It is one of the source files comprising zwgc, the Zephyr WindowGram
+ * client.
+ *
+ * Created by: Marc Horowitz <marc@athena.mit.edu>
+ *
+ * $Source$
+ * $Author$
+ *
+ * Copyright (c) 1989 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, see the file
+ * "mit-copyright.h".
+ */
+
+#ifndef _XERROR_H_
+#define _XERROR_H_
+
+#if (!defined(lint) && !defined(SABER))
+static char rcsid_xerror_h[] = "$Id$";
+#endif
+
+#include <zephyr/mit-copyright.h>
+
+extern int xerror_happened;
+
+void begin_xerror_trap();
+void end_xerror_trap();
+
+#endif