summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-10-16 02:09:45 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-10-16 02:09:45 +0000
commit411dd32a0d8f0743b401dba2e0ea3bbbe5e2385f (patch)
treecdb852c986875cc3cd24dfc545f1aa9af84789e9 /include/httpd.h
parented301edc4103e49769e8136335f57f8acd05eb69 (diff)
downloadhttpd-411dd32a0d8f0743b401dba2e0ea3bbbe5e2385f.tar.gz
Complete r1764961, missed .h updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 406c62e9d4..47437da75f 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1648,7 +1648,9 @@ AP_DECLARE(const char *) ap_scan_http_field_content(const char *ptr);
AP_DECLARE(const char *) ap_scan_http_token(const char *ptr);
/* Scan a string for visible ASCII (0x21-0x7E) or obstext (0x80+)
- * and return a pointer to the first ctrl/space character encountered.
+ * and return a pointer to the first SP/CTL/NUL character encountered.
+ * @param ptr The string to scan
+ * @return A pointer to the first SP/CTL character.
*/
AP_DECLARE(const char *) ap_scan_vchar_obstext(const char *ptr);