mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
missing decl
This commit is contained in:
parent
c0be820648
commit
b6525c14d9
@ -86,8 +86,8 @@ int entry_destroy(void)
|
||||
return attr_destroy();
|
||||
}
|
||||
|
||||
|
||||
int entry_init(void)
|
||||
int
|
||||
entry_init(void)
|
||||
{
|
||||
ldap_pvt_thread_mutex_init( &entry2str_mutex );
|
||||
ldap_pvt_thread_mutex_init( &entry_mutex );
|
||||
|
@ -843,6 +843,7 @@ LDAP_SLAPD_F (int) register_certificate_map_function LDAP_P(( SLAP_CERT_MAP_FN *
|
||||
*/
|
||||
LDAP_SLAPD_V (const Entry) slap_entry_root;
|
||||
|
||||
LDAP_SLAPD_F (int) entry_init LDAP_P((void));
|
||||
LDAP_SLAPD_F (int) entry_destroy LDAP_P((void));
|
||||
|
||||
LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char *s ));
|
||||
|
Loading…
Reference in New Issue
Block a user