Missing 'extern' in declaration of Winterp types.
[egate.git] / www / wirtcl.h
index 6e158a2..65317f6 100644 (file)
  * 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 <tcl.h>
 #include <ir-tcl.h>
 
-W_Interp_Type w_interp_irtcl;
+extern W_Interp_Type w_interp_irtcl;
+
+Tcl_Interp *w_interp_irtcl_get (W_Interp w_interp);
 
 #endif