diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-02-02 11:21:03 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-02-02 11:21:03 +0100 |
commit | 50ad9a05f14545d21f94b91aea79522dce65eb0f (patch) | |
tree | b678843284d0307ba8603eba1cb8ef52ae08183a /include | |
parent | core: Follow up to r1897240: Provide/export ap_thread_current_create() (diff) | |
download | apache2-50ad9a05f14545d21f94b91aea79522dce65eb0f.tar.xz apache2-50ad9a05f14545d21f94b91aea79522dce65eb0f.zip |
core: Follow up to r1897240 & r1897691: Syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index b8f6119329..906bed6927 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2612,7 +2612,7 @@ AP_DECLARE(apr_status_t) ap_thread_create(apr_thread_t **thread, AP_DECLARE(apr_status_t) ap_thread_current_create(apr_thread_t **current, apr_threadattr_t *attr, - apr_pool_t *pool) + apr_pool_t *pool); AP_DECLARE(void) ap_thread_current_after_fork(void); AP_DECLARE(apr_thread_t *) ap_thread_current(void); |