From: Yann Ylavic Date: Wed, 2 Feb 2022 10:21:03 +0000 (+0000) Subject: core: Follow up to r1897240 & r1897691: Syntax. X-Git-Tag: 2.5.0-alpha2-ci-test-only~519 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50ad9a05f14545d21f94b91aea79522dce65eb0f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/httpd.h b/include/httpd.h index b8f6119329a..906bed6927c 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);