]> granicus.if.org Git - apache/commitdiff
document params
authorStefan Fritsch <sf@apache.org>
Sun, 9 Jun 2013 10:58:29 +0000 (10:58 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 9 Jun 2013 10:58:29 +0000 (10:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1491180 13f79535-47bb-0310-9956-ffa450edef68

include/http_request.h

index 1884fbef22bff0eb8bde0482b20e55c635f246b3..e7b0a3a7f87fccda18220c3da3ad78f211d3768a 100644 (file)
@@ -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
  */