From 50ad9a05f14545d21f94b91aea79522dce65eb0f Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 2 Feb 2022 10:21:03 +0000 Subject: 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 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1