Organization of resource files for targets and conversion
[egate.git] / kernel / kernel.h
1 /* Gateway kernel
2  * Europagate, 1995
3  *
4  * $Log: kernel.h,v $
5  * Revision 1.2  1995/02/16 13:20:59  adam
6  * Organization of resource files for targets and conversion
7  * language implemented.
8  *
9  * Revision 1.1  1995/02/15  17:45:29  adam
10  * First version of email gateway kernel. Email requests are read
11  * from stdin. The output is transferred to an MTA if 'From' is
12  * found in the header - or stdout if absent. No Z39.50 client is used.
13  *
14  */
15
16 #include <gw-res.h>
17 #include <gw-log.h>
18 #include <ccl.h>
19
20 int urp (FILE *inf);
21
22 extern CCL_bibset bibset;
23 extern GwRes kernel_res;
24 extern const char *default_res;
25 extern const char *target;
26 extern const char *lang;
27
28 extern FILE *reply_fd;
29
30 void read_kernel_res (void);