mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user