Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
cbfc827a
Commit
cbfc827a
authored
Nov 02, 2013
by
Howard Chu
Committed by
Quanah Gibson-Mount
Nov 05, 2013
Browse files
Fix slap_reparse_sync_cookie prototype
parent
3d416910
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/proto-slap.h
View file @
cbfc827a
...
...
@@ -1176,7 +1176,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
*
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment