Diagnostic record with error info. observed.
[egate.git] / kernel / kernel.h
index f604dac..2ac7b19 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.3  1995/02/16 18:35:08  adam
+ * Revision 1.4  1995/02/20 21:16:18  adam
+ * FML support. Bug fixes. Profile for drewdb.
+ *
+ * Revision 1.3  1995/02/16  18:35:08  adam
  * First use of Zdist library. Search requests are supported.
  * Present requests are not supported yet.
  *
 #include <ccl.h>
 #include <zaccess.h>
 
+#include <iso2709.h>
+#if USE_FML
+#include <fmlmarc.h>
+#endif
+
 int urp (FILE *inf);
 
 struct gw_kernel_info {
@@ -37,6 +45,9 @@ struct gw_kernel_info {
     const char *override_hostname;
     char *databases;
     ZASS  zass;
+#if USE_FML
+    Fml   fml;
+#endif
 };
 
 extern struct gw_kernel_info info;