PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104326
13f79535-47bb-0310-9956-
ffa450edef68
* inspects the client headers and determines if the response fulfills
* the requirements specified.
* @param r The current request
- * @return 1 if the response fulfills the condition GET rules, 0 otherwise
+ * @return OK if the response fulfills the condition GET rules, some
+ * other status code otherwise
* @deffunc int ap_meets_conditions(request_rec *r)
*/
AP_DECLARE(int) ap_meets_conditions(request_rec *r);