summaryrefslogtreecommitdiff
path: root/include/ap_expr.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-06-06 22:40:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-06-06 22:40:15 +0000
commitcb4a8ab2477bf069fb12c765f8eb732bf31348b2 (patch)
tree876f02ee58b560e02e76676c3ca320231737257e /include/ap_expr.h
parenteb8b3d7b15f203403729319bca5bfee7d717c473 (diff)
downloadhttpd-cb4a8ab2477bf069fb12c765f8eb732bf31348b2.tar.gz
Declare the callback function NONSTD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_expr.h')
-rw-r--r--include/ap_expr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_expr.h b/include/ap_expr.h
index 11dac272a4..2763ee23d7 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
}