X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwhtml.c;h=b590af83c43cc43da015b2bce270f342e423f93a;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hp=5a74db31c89b5fc68ee7f10da12956420c0c7a69;hpb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;p=egate.git diff --git a/www/whtml.c b/www/whtml.c index 5a74db3..b590af8 100644 --- a/www/whtml.c +++ b/www/whtml.c @@ -41,7 +41,10 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: whtml.c,v $ - * Revision 1.3 1995/10/27 15:12:06 adam + * Revision 1.4 1996/02/29 15:35:20 adam + * Missing 'extern' in declaration of Winterp types. + * + * Revision 1.3 1995/10/27 15:12:06 adam * IrTcl incorporated in the gateway. * Better separation of script types. * Z39.50 gateway scripts entered. @@ -68,7 +71,9 @@ static int do_exec (const char *fname, char *parms, void *mydata); static struct w_interp_type w_interp_t = { "html", do_create, - do_exec + do_exec, + NULL, + NULL }; W_Interp_Type w_interp_html = &w_interp_t;