]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix new declaration.
authorRainer Jung <rjung@apache.org>
Sat, 15 Oct 2016 23:14:04 +0000 (23:14 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 15 Oct 2016 23:14:04 +0000 (23:14 +0000)
Sorry for the noise.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765113 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 859318677bdbfa6fdf4e4e9f2ddf8bae0ce97c4b..92ebd6c921bc7445c39d955dabfda56ba6a95541 100644 (file)
@@ -1650,7 +1650,7 @@ 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.
  */
-AP_DECLARE(const char *) ap_scan_vchar_obstext(const char *ptr)
+AP_DECLARE(const char *) ap_scan_vchar_obstext(const char *ptr);
 
 /* Retrieve a token, advancing the pointer to the first non-token character
  * and returning a copy of the token string.