Minor changes.
[egate.git] / www / waissh.c
1 /*
2  * NWI - Nordic Web Index 
3  * Technical Knowledge Centre & Library of Denmark (DTV)
4  *
5  * Shell program for the Wais extension to Europagate/IrTcl
6  *
7  * $Log: waissh.c,v $
8  * Revision 1.1  1996/02/29 15:32:21  adam
9  * First kick of NWI extension to the Europgate WWW-Z39.50 gateway.
10  *
11  */
12
13 #include <stdio.h>
14
15 #include "wwaistcl.h"
16
17 int main (int argc, char **argv)
18 {
19     wshmain (argc, argv, w_interp_waistcl);
20     exit (0);
21 }
22
23