summaryrefslogtreecommitdiff
path: root/lib/ZInit.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-06-12 13:46:58 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-06-12 13:46:58 +0000
commit4b48a8c7b2bedce6572b4a4adcd3dfc21b5beba6 (patch)
treeccbed234d23bf81112ceafbedb745ba8f48a7d8d /lib/ZInit.c
parent0bc350cf316ae93407a48a552442ea8f36339c2f (diff)
Initial revision
Diffstat (limited to 'lib/ZInit.c')
-rw-r--r--lib/ZInit.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/ZInit.c b/lib/ZInit.c
new file mode 100644
index 0000000..c726340
--- /dev/null
+++ b/lib/ZInit.c
@@ -0,0 +1,24 @@
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It contains source for the ZInitialize function.
+ *
+ * Created by: Robert French
+ *
+ * $Source$
+ * $Author$
+ *
+ * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, see the file
+ * "mit-copyright.h".
+ */
+/* $Header$ */
+
+#include <zephyr/mit-copyright.h>
+
+#include <zephyr/zephyr_internal.h>
+
+Code_t ZInitialize()
+{
+ init_zefl_err_tbl();
+
+ return (ZERR_NONE);
+}