summaryrefslogtreecommitdiff
path: root/include/http_config.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-06-25 12:44:08 +0000
committerStefan Fritsch <sf@apache.org>2011-06-25 12:44:08 +0000
commitccdc32e52dc6f41a3e76bc7167094f0635862211 (patch)
tree37fd6ad28bbf267790d86c6e2a2b9089dc823bee /include/http_config.h
parent4d00c63be6f6cff98f0686dbcf41aa965c547d3c (diff)
downloadhttpd-ccdc32e52dc6f41a3e76bc7167094f0635862211.tar.gz
dox fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_config.h b/include/http_config.h
index aec29d3e69..4c5098af59 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -803,6 +803,7 @@ AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp);
* string.
* @param p The pool to allocate the string from
* @param cfp The config file
+ * @param rc The return value to convert
* @return The error string, NULL if rc == APR_SUCCESS
*/
AP_DECLARE(const char *) ap_pcfg_strerror(apr_pool_t *p, ap_configfile_t *cfp,