Organization of resource files for targets and conversion
[egate.git] / kernel / kernel.h
index 185085e..7548335 100644 (file)
@@ -2,7 +2,11 @@
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.1  1995/02/15 17:45:29  adam
+ * Revision 1.2  1995/02/16 13:20:59  adam
+ * Organization of resource files for targets and conversion
+ * language implemented.
+ *
+ * Revision 1.1  1995/02/15  17:45:29  adam
  * First version of email gateway kernel. Email requests are read
  * from stdin. The output is transferred to an MTA if 'From' is
  * found in the header - or stdout if absent. No Z39.50 client is used.
@@ -17,4 +21,10 @@ int urp (FILE *inf);
 
 extern CCL_bibset bibset;
 extern GwRes kernel_res;
+extern const char *default_res;
+extern const char *target;
+extern const char *lang;
+
 extern FILE *reply_fd;
+
+void read_kernel_res (void);