]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/zephyr.h
upstream tag
[1ts-debian.git] / zephyr / zwgc / zephyr.h
diff --git a/zephyr/zwgc/zephyr.h b/zephyr/zwgc/zephyr.h
new file mode 100644 (file)
index 0000000..ab3c7c4
--- /dev/null
@@ -0,0 +1,24 @@
+/* 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>
+ *
+ *      $Id: zephyr.h,v 1.6 2004/06/24 02:27:38 ghudson Exp $
+ *
+ *      Copyright (c) 1989 by the Massachusetts Institute of Technology.
+ *      For copying and distribution information, see the file
+ *      "mit-copyright.h".
+ */
+
+
+#include <zephyr/mit-copyright.h>
+
+#ifndef zephyr_MODULE
+#define zephyr_MODULE
+
+extern void zephyr_init();
+extern void finalize_zephyr();
+extern void write_wgfile();
+
+#endif