Implemented a new command, egw_clear, to clear http output cache.
[egate.git] / www / wshmain.c
index ea6edfe..a3120bd 100644 (file)
  * 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;