add missing @param docs

Index: include/util_filter.h
===================================================================
RCS file: /home/cvspublic/httpd-2.0/include/util_filter.h,v
retrieving revision 1.74
diff -u -r1.74 util_filter.h
--- include/util_filter.h 28 Jun 2002 08:40:23 -0000 1.74
+++ include/util_filter.h 2 Jan 2003 05:42:49 -0000
@@ -328,6 +328,8 @@
*
* @param name The name to attach to the filter function
* @param filter_func The filter function to name
+ * @param filter_init The function to call before the filter handlers
+ * are invoked
* @param ftype The type of filter function, either ::AP_FTYPE_CONTENT or ::
* AP_FTYPE_CONNECTION
* @see add_input_filter()
@@ -344,6 +346,8 @@
*
* @param name The name to attach to the filter function
* @param filter_func The filter function to name
+ * @param filter_init The function to call before the filter handlers
+ * are invoked
* @param ftype The type of filter function, either ::AP_FTYPE_CONTENT or
* ::AP_FTYPE_CONNECTION
* @see ap_add_output_filter()


__________________________________________________________________
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

Reply via email to