Declare the callback function NONSTD

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2008-06-06 22:40:15 +00:00
parent eb8b3d7b15
commit cb4a8ab247

View File

@ -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
}