summaryrefslogtreecommitdiff
path: root/include/http_config.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-03-29 21:38:03 +0000
committerStefan Fritsch <sf@apache.org>2011-03-29 21:38:03 +0000
commitd49ccfd7449009453ddf9b3626f53451eb5a80a3 (patch)
tree6946480c9e01498f85f306bc51c5776d1852c938 /include/http_config.h
parent7b61bedb2f1534f3cb9608be93e04feabd46a723 (diff)
downloadhttpd-d49ccfd7449009453ddf9b3626f53451eb5a80a3.tar.gz
Add CHANGES entry for r1086756 / ap_cfg_* change
Update docs for ap_cfg_getc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086761 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h
index 52a407d5f3..12797d5455 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -786,8 +786,9 @@ AP_DECLARE(apr_status_t) ap_cfg_getline(char *buf, size_t bufsize, ap_configfile
/**
* Read one char from open configfile_t, increase line number upon LF
+ * @param ch place to store the char read
* @param cfp The file to read from
- * @return the character read
+ * @return error status
*/
AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp);