Minor changes.
[egate.git] / www / wwaistcl.h
1 /*
2  * NWI - Nordic Web Index 
3  * Technical Knowledge Centre & Library of Denmark (DTV)
4  *
5  * Wais extension to Europagate/IrTcl
6  *
7  * $Log: wwaistcl.h,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 #ifndef WWAISTCL_H
14 #define WWAISTCL_H
15
16 #include "winterp.h"
17 #include <tcl.h>
18 #include <ir-tcl.h>
19
20 extern W_Interp_Type w_interp_waistcl;
21
22 #endif