From: Hallvard Furuseth Date: Mon, 1 May 2006 15:23:16 +0000 (+0000) Subject: Add missing "static" to last commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_1ALPHA~2^2~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc5c8409f6c0fecbdbf514bbeac4a7269785d0a1;p=openldap Add missing "static" to last commit --- 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;