From: Stefan Fritsch Date: Sun, 9 Jun 2013 10:58:29 +0000 (+0000) Subject: document params X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba95ed359d9782def6cd064566bbd38c681c376;p=thirdparty%2Fapache%2Fhttpd.git document params git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_request.h b/include/http_request.h index 1884fbef22b..e7b0a3a7f87 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -541,7 +541,9 @@ AP_DECLARE_HOOK(int,post_perdir_config,(request_rec *r)) /** * This hook allows modules to handle/emulate the apr_stat() calls * needed for directory walk. + * @param finfo where to put the stat data * @param r The current request + * @param wanted APR_FINFO_* flags to pass to apr_stat() * @return apr_status_t or AP_DECLINED (let later modules decide) * @ingroup hooks */