From: Hallvard Furuseth Date: Mon, 23 Jul 2007 22:10:22 +0000 (+0000) Subject: Remove lint: Add prototypes for slapd_sd_lock() and slapd_sd_unlock() X-Git-Tag: OPENLDAP_REL_ENG_2_3_38~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd786446f01f90f4633bad1aa4b417ff5c06a536;p=thirdparty%2Fopenldap.git Remove lint: Add prototypes for slapd_sd_lock() and slapd_sd_unlock() --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index b31eb08ab1..909996dac5 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -735,8 +735,8 @@ LDAP_SLAPD_F (int) slapd_daemon(void); LDAP_SLAPD_F (Listener **) slapd_get_listeners LDAP_P((void)); LDAP_SLAPD_F (void) slapd_remove LDAP_P((ber_socket_t s, Sockbuf *sb, int wasactive, int wake, int locked )); -LDAP_SLAPD_F (void) slapd_sd_lock(); -LDAP_SLAPD_F (void) slapd_sd_unlock(); +LDAP_SLAPD_F (void) slapd_sd_lock LDAP_P((void)); +LDAP_SLAPD_F (void) slapd_sd_unlock LDAP_P((void)); LDAP_SLAPD_F (RETSIGTYPE) slap_sig_shutdown LDAP_P((int sig)); LDAP_SLAPD_F (RETSIGTYPE) slap_sig_wake LDAP_P((int sig));