summaryrefslogtreecommitdiff
path: root/include/http_request.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2013-06-09 10:58:29 +0000
committerStefan Fritsch <sf@apache.org>2013-06-09 10:58:29 +0000
commit4109a458c3bb721846c183f2ac6f817c8dddd0a0 (patch)
tree4bcfb6738f1e9b9e13768b2c38759135425fa43b /include/http_request.h
parentfe32420e2cbc43393560d84db2c8f99685a56539 (diff)
downloadhttpd-4109a458c3bb721846c183f2ac6f817c8dddd0a0.tar.gz
document params
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r--include/http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_request.h b/include/http_request.h
index 1884fbef22..e7b0a3a7f8 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
*/