X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=www%2Fwinterp.h;h=1519e4842e82f25b741801b13f5e74d53dbf9644;hb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;hp=fec5d39683921c73dd5a163ee76612617f9b03aa;hpb=d66a4b9debb168d9a03368429bcc933c57553c74;p=egate.git diff --git a/www/winterp.h b/www/winterp.h index fec5d39..1519e48 100644 --- a/www/winterp.h +++ b/www/winterp.h @@ -41,7 +41,12 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: winterp.h,v $ - * Revision 1.2 1995/10/23 16:55:39 adam + * Revision 1.3 1995/10/27 15:12:07 adam + * IrTcl incorporated in the gateway. + * Better separation of script types. + * Z39.50 gateway scripts entered. + * + * Revision 1.2 1995/10/23 16:55:39 adam * A lot of changes - really. * * Revision 1.1 1995/10/20 14:02:42 adam @@ -69,7 +74,4 @@ W_Interp w_interp_create (W_Interp_Type type, WCLIENT wcl, void *args); #define w_interp_exec(w,f,p) (*(w)->ctrl->exec)((f),(p), (w)->mydata) #define w_interp_name(w) ((w)->ctrl.name) -W_Interp_Type w_interp_tcl; -W_Interp_Type w_interp_html; - #endif