X-Git-Url: http://git.indexdata.com/?p=egate.git;a=blobdiff_plain;f=www%2Fwshmain.c;h=a3120bdaeb8516e9a2cae8d0170bbd5374d782ff;hp=ea6edfe7d3754de8ac10ec23f070fef216a03089;hb=1140389ab96fc8ca7bc9c8dc642adbcec625f4a6;hpb=5a0f09e655bd92bcc19d417b8fffc0df1aaef61e diff --git a/www/wshmain.c b/www/wshmain.c index ea6edfe..a3120bd 100644 --- a/www/wshmain.c +++ b/www/wshmain.c @@ -41,6 +41,10 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wshmain.c,v $ + * Revision 1.6 1997/01/27 11:27:16 adam + * Implemented a new command, egw_clear, to clear http output cache. + * Changed prototype for function wo_clear. + * * Revision 1.5 1997/01/24 13:13:12 adam * Implemnted egw_source and added a "raw" option to the URL. * Fixed a bug in the buffering system of wproto; the macro wo_putc could @@ -140,7 +144,7 @@ void wshmain (int argc, char **argv, W_Interp_Type w_interp_type) timeout = atoi (gw_res_get (shRes, "timeout", "120")); if (timeout < 1) timeout = 1; - wo_clear (wcl, NULL); + wo_clear (wcl); strcpy (parms_buf, wcl->wf_parms); parms = parms_buf;