mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
add slap_uuidstr_from_normalized()
This commit is contained in:
parent
9965ccc224
commit
91e69fc335
1 changed files with 2 additions and 0 deletions
|
|
@ -1089,6 +1089,8 @@ LDAP_SLAPD_F (void) syncrepl_add_glue LDAP_P((
|
|||
LDAP_SLAPD_F (Entry*) slap_create_syncrepl_entry LDAP_P((
|
||||
Backend *, struct berval *,
|
||||
struct berval *, struct berval * ));
|
||||
LDAP_SLAPD_F (struct berval *) slap_uuidstr_from_normalized LDAP_P((
|
||||
struct berval *, struct berval *, void * ));
|
||||
|
||||
/* syntax.c */
|
||||
LDAP_SLAPD_F (Syntax *) syn_find LDAP_P((
|
||||
|
|
|
|||
Loading…
Reference in a new issue