]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/proto-slurp.h
Relocate regex.h test to near top and die if it fails.
[openldap] / servers / slurpd / proto-slurp.h
index c697344028603784426a2c9f7b04fa2eac6ddb45..56e32829021be96de76a665d45dd22359e0dc05e 100644 (file)
@@ -60,7 +60,7 @@ int sanity    LDAP_P((void));
 int St_init    LDAP_P((St **st));
 
 /* tsleep.c */
-void tsleep    LDAP_P((time_t interval));
+int tsleep     LDAP_P((time_t interval));
 #if defined( HAVE_LWP )
 void start_lwp_scheduler LDAP_P(( void ));
 #endif