a typo Index: include/http_protocol.h =================================================================== RCS file: /home/cvspublic/httpd-2.0/include/http_protocol.h,v retrieving revision 1.75 diff -u -r1.75 http_protocol.h --- include/http_protocol.h 29 Mar 2002 08:17:19 -0000 1.75 +++ include/http_protocol.h 19 Apr 2002 10:00:43 -0000 @@ -431,7 +431,7 @@ * REQUEST_CHUNKED_DECHUNK If chunked, remove the chunks for me. * </pre> * @return either OK or an error code - * @deffunc int ap_setup_cleint_block(request_rec *r, int read_policy) + * @deffunc int ap_setup_client_block(request_rec *r, int read_policy) */ AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy);
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
