summaryrefslogtreecommitdiff
path: root/include/private
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-05-29 07:30:21 +0000
committerStefan Fritsch <sf@apache.org>2011-05-29 07:30:21 +0000
commiteab9aaf3cabc11169cdb83ad1d84a100f308bcf6 (patch)
tree4f316efdace663e361002fec07852e47c0c82081 /include/private
parent83b406d0f558d336b8eb06f2a3f98492e5df72d3 (diff)
downloadapr-eab9aaf3cabc11169cdb83ad1d84a100f308bcf6.tar.gz
Fix compilation with C90
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1128838 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/private')
-rw-r--r--include/private/apr_crypto_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/apr_crypto_internal.h b/include/private/apr_crypto_internal.h
index d32af2972..4bb670ae8 100644
--- a/include/private/apr_crypto_internal.h
+++ b/include/private/apr_crypto_internal.h
@@ -234,7 +234,7 @@ struct apr_crypto_driver_t {
* @note After cleanup, a context is free to be reused if necessary.
* @return Returns APR_ENOTIMPL if not supported.
*/
- apr_status_t (*shutdown)();
+ apr_status_t (*shutdown)(void);
/**
* @brief: fetch the most recent error from this driver.