From: William A. Rowe Jr Date: Fri, 6 Jun 2008 22:40:15 +0000 (+0000) Subject: Declare the callback function NONSTD X-Git-Tag: 2.3.0~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4a8ab2477bf069fb12c765f8eb732bf31348b2;p=thirdparty%2Fapache%2Fhttpd.git Declare the callback function NONSTD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_expr.h b/include/ap_expr.h index 11dac272a45..2763ee23d70 100644 --- a/include/ap_expr.h +++ b/include/ap_expr.h @@ -141,7 +141,8 @@ AP_DECLARE(apr_status_t) ap_expr_init(apr_pool_t *pool); * @param str The string to evaluate * @return The evaluated string */ -AP_DECLARE(const char*) ap_expr_string(request_rec *r, const char *str); +AP_DECLARE_NONSTD(const char*) ap_expr_string(request_rec *r, + const char *str); #ifdef __cplusplus }