mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
Fix slap_reparse_sync_cookie prototype
This commit is contained in:
parent
0645878d5d
commit
ed09222963
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ LDAP_SLAPD_F (void) slap_insert_csn_sids LDAP_P((
|
|||
struct sync_cookie *ck, int, int, struct berval * ));
|
||||
LDAP_SLAPD_F (int) slap_parse_sync_cookie LDAP_P((
|
||||
struct sync_cookie *, void *memctx ));
|
||||
LDAP_SLAPD_F (int) slap_reparse_sync_cookie LDAP_P((
|
||||
LDAP_SLAPD_F (void) slap_reparse_sync_cookie LDAP_P((
|
||||
struct sync_cookie *, void *memctx ));
|
||||
LDAP_SLAPD_F (int) slap_init_sync_cookie_ctxcsn LDAP_P((
|
||||
struct sync_cookie * ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue