First version of email gateway kernel. Email requests are read
[egate.git] / kernel / kernel.h
1 /* Gateway kernel
2  * Europagate, 1995
3  *
4  * $Log: kernel.h,v $
5  * Revision 1.1  1995/02/15 17:45:29  adam
6  * First version of email gateway kernel. Email requests are read
7  * from stdin. The output is transferred to an MTA if 'From' is
8  * found in the header - or stdout if absent. No Z39.50 client is used.
9  *
10  */
11
12 #include <gw-res.h>
13 #include <gw-log.h>
14 #include <ccl.h>
15
16 int urp (FILE *inf);
17
18 extern CCL_bibset bibset;
19 extern GwRes kernel_res;
20 extern FILE *reply_fd;