summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-02-02 10:21:03 +0000
committerYann Ylavic <ylavic@apache.org>2022-02-02 10:21:03 +0000
commit50ad9a05f14545d21f94b91aea79522dce65eb0f (patch)
treeb678843284d0307ba8603eba1cb8ef52ae08183a
parentba426a54895ab1bb3f03a7fe4489420ef9195485 (diff)
downloadhttpd-50ad9a05f14545d21f94b91aea79522dce65eb0f.tar.gz
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
-rw-r--r--include/httpd.h2
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);