sascha 00/11/01 10:10:16
Modified: src/include httpd.h Log: Comment fixes.. just to get them out of my tree Revision Changes Path 1.110 +3 -3 apache-2.0/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v retrieving revision 1.109 retrieving revision 1.110 diff -u -u -r1.109 -r1.110 --- httpd.h 2000/10/26 11:34:03 1.109 +++ httpd.h 2000/11/01 18:10:15 1.110 @@ -811,7 +811,7 @@ * @defvar ap_filter_t *output_filters */ struct ap_filter_t *output_filters; /** A list of input filters to be used for this request - * @defvar ap_filter_t *filters */ + * @defvar ap_filter_t *input_filters */ struct ap_filter_t *input_filters; /** A flag to determine if the eos bucket has been sent yet * @defvar int eos_sent */ @@ -881,8 +881,8 @@ /** send note from one module to another, must remain valid for all * requests on this conn */ apr_table_t *notes; - /** A list of input filters to be used for this request - * @defvar ap_filter_t *filters */ + /** A list of input filters to be used for this connection + * @defvar ap_filter_t *input_filters */ struct ap_filter_t *input_filters; /** A list of output filters to be used for this connection * @defvar ap_filter_t *filters */