5 * Revision 1.2 1995/02/16 13:20:59 adam
6 * Organization of resource files for targets and conversion
7 * language implemented.
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.
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;
28 extern FILE *reply_fd;
30 void read_kernel_res (void);