]> git.sur5r.net Git - openldap/commitdiff
Add missing "static" to last commit
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 1 May 2006 15:23:16 +0000 (15:23 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 1 May 2006 15:23:16 +0000 (15:23 +0000)
libraries/libldap_r/thr_debug.c

index 6d6b7806433ebc4b3cd6bac782577789fca0a7ba..3b99e838fc9fc40a962a598f87f9ed1c5da57e56 100644 (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;