X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwirtcl.h;h=65317f66881b22304fc7a6166ef347395ca85676;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=6e158a2cdb4de1b964ca5283bdbe86e808fd941b;hpb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;p=egate.git diff --git a/www/wirtcl.h b/www/wirtcl.h index 6e158a2..65317f6 100644 --- a/www/wirtcl.h +++ b/www/wirtcl.h @@ -41,7 +41,10 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wirtcl.h,v $ - * Revision 1.1 1995/10/27 15:12:09 adam + * Revision 1.2 1996/02/29 15:35:21 adam + * Missing 'extern' in declaration of Winterp types. + * + * Revision 1.1 1995/10/27 15:12:09 adam * IrTcl incorporated in the gateway. * Better separation of script types. * Z39.50 gateway scripts entered. @@ -55,6 +58,8 @@ #include #include -W_Interp_Type w_interp_irtcl; +extern W_Interp_Type w_interp_irtcl; + +Tcl_Interp *w_interp_irtcl_get (W_Interp w_interp); #endif