You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/02/27 16:36:23 UTC

cvs commit: httpd-2.0/include util_filter.h

trawick     02/02/27 07:36:23

  Modified:    include  util_filter.h
  Log:
  document the ctx parameter to the add-input-filter functions
  
  Revision  Changes    Path
  1.66      +2 -0      httpd-2.0/include/util_filter.h
  
  Index: util_filter.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/util_filter.h,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- util_filter.h	23 Feb 2002 03:12:31 -0000	1.65
  +++ util_filter.h	27 Feb 2002 15:36:23 -0000	1.66
  @@ -346,6 +346,7 @@
    * list of filters.  Take note of that when adding your filter to the chain.
    *
    * @param name The name of the filter to add
  + * @param ctx Context data to provide to the filter
    * @param r The request to add this filter for (or NULL if it isn't associated with a request)
    * @param c The connection to add the fillter for
    */
  @@ -357,6 +358,7 @@
    * (as returned by ap_register_input_filter()) rather than a filter name
    *
    * @param name The filter to add
  + * @param ctx Context data to provide to the filter
    * @param r The request to add this filter for (or NULL if it isn't associated with a request)
    * @param c The connection to add the fillter for
    */