X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=www%2Fwhtml.h;h=7321be4509c312403f6d8595235ebc574573807c;hb=0392900f4036c06aff18c4a2cf438e82ad8778ce;hp=c97bc4bcba6e6b44e4c7e233ad0ee15f9bd91da0;hpb=98c0ee83b935b88e685e98ffb02ead83e006f2b8;p=egate.git diff --git a/www/whtml.h b/www/whtml.h index c97bc4b..7321be4 100644 --- a/www/whtml.h +++ b/www/whtml.h @@ -41,7 +41,10 @@ * 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