]> git.sur5r.net Git - openldap/commitdiff
Fix slap_reparse_sync_cookie prototype
authorHoward Chu <hyc@openldap.org>
Sat, 2 Nov 2013 21:20:15 +0000 (14:20 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 5 Nov 2013 19:16:53 +0000 (11:16 -0800)
servers/slapd/proto-slap.h

index 8f52214865408c5d2e896c1f0391dfd031189ab7..5edfc1dc4d2fb7c554f6d3971c57c16ac9a6c76a 100644 (file)
@@ -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 * ));