Bug fix: missing argument to gw_log-call.
[egate.git] / www / wproto.h
index bfa6893..43da580 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wproto.h,v $
- * Revision 1.6  1996/01/12 13:08:07  adam
+ * Revision 1.7  1996/01/24 08:26:55  adam
+ * All tcl commands prefixed with egw_ (except the html command).
+ *
+ * Revision 1.6  1996/01/12  13:08:07  adam
  * CGI script passes name of lock file to the shell. The server will not close
  * the response FIFO until this file becomes unlocked. This method handles
  * cancel operations much better.
@@ -136,5 +139,6 @@ void wproto_terminate(WCLIENT wc);
 int wproto_cache(WCLIENT wc, int level);
 int wo_puthtml(WCLIENT wc, char *name);
 void wo_puts(WCLIENT wc, const char *s);
+void wo_write(WCLIENT wc, const char *s, size_t len);
 
 #endif