]> granicus.if.org Git - apache/commitdiff
Declare the callback function NONSTD
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jun 2008 22:40:15 +0000 (22:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jun 2008 22:40:15 +0000 (22:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173 13f79535-47bb-0310-9956-ffa450edef68

include/ap_expr.h

index 11dac272a45b1ea81574cdcf7269379bb87975e3..2763ee23d700fb77a5e7e71833ae3f0c94152178 100644 (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
 }