IrTcl incorporated in the gateway.
[egate.git] / www / winterp.h
index fec5d39..1519e48 100644 (file)
  * 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