From cbfc827a362e59e5918777f7d782440279c515ca Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 2 Nov 2013 14:20:15 -0700 Subject: [PATCH] Fix slap_reparse_sync_cookie prototype --- servers/slapd/proto-slap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index 8f52214865..5edfc1dc4d 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -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 * )); -- 2.39.5