]> git.sur5r.net Git - openldap/blobdiff - include/ldap_pvt_uc.h
Fix select/yield
[openldap] / include / ldap_pvt_uc.h
index cffebaa47c85da3fd212253d46784cd9e0d0b13c..c8c2cde74612794af9cb2d661cd086bc87ea73f5 100644 (file)
@@ -147,12 +147,14 @@ LDAP_LUNICODE_F(void) ucstr2upper(
 LDAP_LUNICODE_F(struct berval *) UTF8bvnormalize(
        struct berval *,
        struct berval *,
-       unsigned );
+       unsigned,
+       void *memctx );
 
 LDAP_LUNICODE_F(int) UTF8bvnormcmp(
        struct berval *,
        struct berval *,
-       unsigned );
+       unsigned,
+       void *memctx );
 
 LDAP_END_DECL