From 7bc5a059075a4dda95f4f44f92f3d4a1dcce88dd Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Fri, 24 Aug 2001 06:22:09 +0000 Subject: [PATCH] fix prototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90621 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_util.c b/modules/ssl/ssl_util.c index ee45578d06..e61ce05fc7 100644 --- a/modules/ssl/ssl_util.c +++ b/modules/ssl/ssl_util.c @@ -347,7 +347,7 @@ static void ssl_util_thr_lock(int mode, int type, const char *file, int line) } } -static unsigned long ssl_util_thr_id() +static unsigned long ssl_util_thr_id(void) { return (unsigned long) apr_os_thread_current(); } -- 2.50.1