X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwtcl.h;h=75799c1e67f7ae2f0eb1ef02e46938fcb3810fac;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=5653f94807b6bd46a3b8fddca8b814a9e1b3d1f9;hpb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;p=egate.git diff --git a/www/wtcl.h b/www/wtcl.h index 5653f94..75799c1 100644 --- a/www/wtcl.h +++ b/www/wtcl.h @@ -41,7 +41,10 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wtcl.h,v $ - * Revision 1.1 1995/10/27 15:12:15 adam + * Revision 1.2 1996/02/29 15:37:41 adam + * Missing 'extern' in declaration of Winterp types. + * + * Revision 1.1 1995/10/27 15:12:15 adam * IrTcl incorporated in the gateway. * Better separation of script types. * Z39.50 gateway scripts entered. @@ -56,6 +59,6 @@ Tcl_Interp *w_interp_tcl_get (W_Interp w_interp); -W_Interp_Type w_interp_tcl; +extern W_Interp_Type w_interp_tcl; #endif