1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r7936: new ldb_dn_explode and ldb_dn_casefold functions and co

This commit is contained in:
Simo Sorce
2005-06-26 23:59:22 +00:00
committed by Gerald (Jerry) Carter
parent 83d9d8f482
commit 7ccf21ab4e
7 changed files with 70 additions and 86 deletions

View File

@@ -279,6 +279,7 @@ const char *ldb_errstring(struct ldb_context *ldb);
casefold a string (should be UTF8, but at the moment it isn't)
*/
char *ldb_casefold(void *mem_ctx, const char *s);
int ldb_caseless_cmp(const char *s1, const char *s2);
/*
ldif manipulation functions