X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=www%2Fwproto.h;h=43da58006dc96901ee3e57c38286e159b6307cb7;hb=fa0ddb755d3a836e4e13cc05a6ba3eb6b0010958;hp=bfa6893daf594e5f5a1b7f073c81e513de09ae16;hpb=0eb16f9fa8de016fbe9378db5f975825cc9c5e48;p=egate.git diff --git a/www/wproto.h b/www/wproto.h index bfa6893..43da580 100644 --- a/www/wproto.h +++ b/www/wproto.h @@ -41,7 +41,10 @@ * 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