Add missing "static" to last commit

This commit is contained in:
Hallvard Furuseth 2006-05-01 15:23:16 +00:00
parent f9f8623f6e
commit dc5c8409f6

View File

@ -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;