mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
sync with code; fix bold
This commit is contained in:
parent
5e836e59d9
commit
723115d340
1 changed files with 5 additions and 4 deletions
|
|
@ -10,11 +10,11 @@ OpenLDAP LDAP (libldap, -lldap)
|
|||
.nf
|
||||
.B #include <ldap_sync.h>
|
||||
.LP
|
||||
.BI "int ldap_sync_init(ldap_sync_t *" ls ", int " mode ", int " cancel ");"
|
||||
.BI "int ldap_sync_init(ldap_sync_t *" ls ", int " mode ");"
|
||||
.LP
|
||||
.BI "int ldap_sync_init_refresh_only(ldap_sync_t *" ls ", int " cancel ");"
|
||||
.BI "int ldap_sync_init_refresh_only(ldap_sync_t *" ls ");"
|
||||
.LP
|
||||
.BI "int ldap_sync_init_refresh_and_persist(ldap_sync_t *" ls ", int " cancel ");"
|
||||
.BI "int ldap_sync_init_refresh_and_persist(ldap_sync_t *" ls ");"
|
||||
.LP
|
||||
.BI "int ldap_sync_poll(ldap_sync_t *" ls ");"
|
||||
.LP
|
||||
|
|
@ -198,7 +198,8 @@ to indicate that the refresh phase of refreshAndPersist is over, and
|
|||
the client should start polling.
|
||||
Except for the
|
||||
.BR LDAP_SYNC_CAPI_PRESENTS_IDSET
|
||||
and LDAP_SYNC_CAPI_DELETES_IDSET
|
||||
and
|
||||
.BR LDAP_SYNC_CAPI_DELETES_IDSET
|
||||
cases,
|
||||
.BR syncUUIDs
|
||||
is NULL.
|
||||
|
|
|
|||
Loading…
Reference in a new issue