summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
+}