Missing 'extern' in declaration of Winterp types.
[egate.git] / www / whtml.h
index c97bc4b..7321be4 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: whtml.h,v $
- * Revision 1.1  1995/10/27 15:12:07  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:07  adam
  * IrTcl incorporated in the gateway.
  * Better separation of script types.
  * Z39.50 gateway scripts entered.
@@ -53,6 +56,6 @@
 
 #include "winterp.h"
 
-W_Interp_Type w_interp_html;
+extern W_Interp_Type w_interp_html;
 
 #endif