Rename ap_func_attr_* macros to AP_FN_ATTR_*

Add macro for attribute alloc_size on newer gcc's


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2012-01-09 13:06:18 +00:00
parent d00d15ac35
commit 75dad9d44f
7 changed files with 31 additions and 16 deletions

View File

@ -285,7 +285,7 @@ AP_DECLARE(void) ap_update_mtime(request_rec *r, apr_time_t dependency_mtime);
* @return None.
*/
AP_DECLARE(void) ap_allow_methods(request_rec *r, int reset, ...)
ap_func_attr_sentinel;
AP_FN_ATTR_SENTINEL;
/**
* Add one or more methods to the list permitted to access the resource.