]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
core: Follow up to r1897240 & r1897691: Syntax.
authorYann Ylavic <ylavic@apache.org>
Wed, 2 Feb 2022 10:21:03 +0000 (10:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 2 Feb 2022 10:21:03 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897692 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index b8f6119329a841b4c0ab24ebd725448fb4bc6467..906bed6927cf23278c53f58a466d510bcad7e3ef 100644 (file)
@@ -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);