From: Rainer Jung Date: Sat, 15 Oct 2016 23:14:04 +0000 (+0000) Subject: Fix new declaration. X-Git-Tag: 2.5.0-alpha~1093 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22ee7dde70b663b2691af9d0ce6ee1b236664fd7;p=thirdparty%2Fapache%2Fhttpd.git Fix new declaration. Sorry for the noise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765113 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 859318677bd..92ebd6c921b 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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.