summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-13 05:33:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:02 -0500
commit9cb3b2d49bf4093f9eff8cd26a0c9c994da5d096 (patch)
tree93ae2284560436efb83264ec3a65670a106b7d8a /source4/lib/ldb/include
parent87acba39f9e45eb6849cfd945ce6255bac5564c9 (diff)
downloadsamba-9cb3b2d49bf4093f9eff8cd26a0c9c994da5d096.tar.gz
samba-9cb3b2d49bf4093f9eff8cd26a0c9c994da5d096.tar.bz2
samba-9cb3b2d49bf4093f9eff8cd26a0c9c994da5d096.zip
r7515: merge in the binary encode/decode enhancements from the libcli/ldap/
code into the ldb parse code (This used to be commit 12647e37223847da810c2d4e5f83328b1fcf88cb)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb_parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_parse.h b/source4/lib/ldb/include/ldb_parse.h
index 50a9382534..741a8af618 100644
--- a/source4/lib/ldb/include/ldb_parse.h
+++ b/source4/lib/ldb/include/ldb_parse.h
@@ -55,5 +55,6 @@ struct ldb_parse_tree {
};
struct ldb_parse_tree *ldb_parse_tree(TALLOC_CTX *mem_ctx, const char *s);
+const char *ldb_binary_encode(TALLOC_CTX *ctx, struct ldb_val val);
#endif