You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/06/07 00:40:15 UTC

svn commit: r664173 - /httpd/httpd/trunk/include/ap_expr.h

Author: wrowe
Date: Fri Jun  6 15:40:15 2008
New Revision: 664173

URL: http://svn.apache.org/viewvc?rev=664173&view=rev
Log:
Declare the callback function NONSTD

Modified:
    httpd/httpd/trunk/include/ap_expr.h

Modified: httpd/httpd/trunk/include/ap_expr.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_expr.h?rev=664173&r1=664172&r2=664173&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_expr.h (original)
+++ httpd/httpd/trunk/include/ap_expr.h Fri Jun  6 15:40:15 2008
@@ -141,7 +141,8 @@
  * @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
 }