From ccdc32e52dc6f41a3e76bc7167094f0635862211 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 25 Jun 2011 12:44:08 +0000 Subject: [PATCH] dox fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139540 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_config.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0