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:
committed by
Gerald (Jerry) Carter
parent
83d9d8f482
commit
7ccf21ab4e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user