summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-21 01:56:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:50 -0500
commit7a8ac7588720ebd1ea61a539ca4040d322c4fcf2 (patch)
tree831472476edd430a115d11fadf6bcb6b3573b2a1 /source4/lib/ldb/include/ldb_private.h
parent4327a3f1ba274d111ec4ffe4989abc879803a714 (diff)
downloadsamba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.tar.gz
samba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.tar.bz2
samba-7a8ac7588720ebd1ea61a539ca4040d322c4fcf2.zip
r8659: return ldif formatted attributes in the ejs ldb search call, so sids show up as strings
not binary blobs (This used to be commit d2c29a5a51f68cabb9ef587376bf0a6b936cdd76)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index da813eb588..0abf056db4 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -172,9 +172,6 @@ int lsqlite3_connect(struct ldb_context *ldb,
struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
-const struct ldb_attrib_handler *ldb_attrib_handler(struct ldb_context *ldb,
- const char *attrib);
-
int ldb_match_msg(struct ldb_context *ldb,
struct ldb_message *msg,
struct ldb_parse_tree *tree,