From dba95ed359d9782def6cd064566bbd38c681c376 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 9 Jun 2013 10:58:29 +0000 Subject: [PATCH] document params git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491180 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_request.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.47.3