From dc5c8409f6c0fecbdbf514bbeac4a7269785d0a1 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 1 May 2006 15:23:16 +0000 Subject: [PATCH] Add missing "static" to last commit --- libraries/libldap_r/thr_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap_r/thr_debug.c b/libraries/libldap_r/thr_debug.c index 6d6b780643..3b99e838fc 100644 --- a/libraries/libldap_r/thr_debug.c +++ b/libraries/libldap_r/thr_debug.c @@ -710,7 +710,7 @@ ldap_pvt_thread_sleep( unsigned int interval ) return 0; } -void +static void thread_exiting( const char *how, const char *msg ) { ldap_pvt_thread_t thread; -- 2.39.5