X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=www%2Fwproto.h;h=43da58006dc96901ee3e57c38286e159b6307cb7;hb=3b5ea708cd1a08f4ca78f256bc508086967ec58d;hp=bfa6893daf594e5f5a1b7f073c81e513de09ae16;hpb=95847d2bfe19cbe5533cd25df3e6a64f9bd4b062;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