diff options
author | Simo Sorce <idra@samba.org> | 2005-06-26 23:59:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:52 -0500 |
commit | 1702f52498168c0437416dec1014cedead634774 (patch) | |
tree | 51085d868dd9e562571ccb96dac48a5dd43bd55a /source4/lib/ldb/include | |
parent | 14b0722edf38872ba258c27e27094536ecb93d4f (diff) | |
download | samba-1702f52498168c0437416dec1014cedead634774.tar.gz samba-1702f52498168c0437416dec1014cedead634774.tar.bz2 samba-1702f52498168c0437416dec1014cedead634774.zip |
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
(This used to be commit 7ccf21ab4eeb9821e457308a239f2103a106fb12)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 1b5c7c4f57..8feec9e002 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -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 |