summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-11-25 23:27:17 +0100
committerStefan Fritsch <sf@apache.org>2010-11-25 23:27:17 +0100
commitcf0e2c3a46d366053770ef00cba5405d2ebcc18a (patch)
tree8878aec9ee5b5a091c69052e29454a7590676327 /include/http_config.h
parentSTATUS update. (diff)
downloadapache2-cf0e2c3a46d366053770ef00cba5405d2ebcc18a.tar.xz
apache2-cf0e2c3a46d366053770ef00cba5405d2ebcc18a.zip
Fix some Windows build issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039204 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h
index 66f73bac7c..6c09410e20 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -1259,7 +1259,7 @@ AP_DECLARE_HOOK(void,optional_fn_retrieve,(void))
* @param data The address of the pointer
* @return APR_SUCCESS
*/
-AP_DECLARE(apr_status_t) ap_pool_cleanup_set_null(void *data);
+AP_DECLARE_NONSTD(apr_status_t) ap_pool_cleanup_set_null(void *data);
#ifdef __cplusplus
}