Missing 'extern' in declaration of Winterp types.
[egate.git] / www / wtcl.h
index 5653f94..75799c1 100644 (file)
  * 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