summaryrefslogtreecommitdiff
path: root/include/util_script.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-01-09 13:06:18 +0000
committerStefan Fritsch <sf@apache.org>2012-01-09 13:06:18 +0000
commit75dad9d44fced370f7fe1cc63522654594ed0cc0 (patch)
tree42ce2fb14d918f301c930ca903da6dc202bd8754 /include/util_script.h
parentd00d15ac35f404ab163683729638829052a3e716 (diff)
downloadhttpd-75dad9d44fced370f7fe1cc63522654594ed0cc0.tar.gz
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
Diffstat (limited to 'include/util_script.h')
-rw-r--r--include/util_script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util_script.h b/include/util_script.h
index 9643657c94..3566bd3825 100644
--- a/include/util_script.h
+++ b/include/util_script.h
@@ -155,7 +155,7 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r,
char *buffer,
const char **termch,
int *termarg, ...)
- ap_func_attr_sentinel;
+ AP_FN_ATTR_SENTINEL;
/**
* Read headers strings from a script, ensuring that the output is valid. If
@@ -178,7 +178,7 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r,
int module_index,
const char **termch,
int *termarg, ...)
- ap_func_attr_sentinel;
+ AP_FN_ATTR_SENTINEL;
/**