summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_map/ldb_map_outbound.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-18 00:30:22 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-18 00:47:06 +0100
commite338bbd45030cade0c540d5ea71f60f899143c09 (patch)
tree535b738bd20fcc2f39a62786548c0a8cbf0ab2c6 /source4/lib/ldb/ldb_map/ldb_map_outbound.c
parent24faeab4c5f97930cced7590fabfa6361402344b (diff)
downloadsamba-e338bbd45030cade0c540d5ea71f60f899143c09.tar.gz
samba-e338bbd45030cade0c540d5ea71f60f899143c09.tar.bz2
samba-e338bbd45030cade0c540d5ea71f60f899143c09.zip
ldb_map: Fix prefix for map functions.
Diffstat (limited to 'source4/lib/ldb/ldb_map/ldb_map_outbound.c')
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
index 206dbd0a82..2c517a625d 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
@@ -1114,7 +1114,7 @@ int map_return_entry(struct map_context *ac, struct ldb_reply *ares)
}
/* Search a record. */
-int map_search(struct ldb_module *module, struct ldb_request *req)
+int ldb_map_search(struct ldb_module *module, struct ldb_request *req)
{
struct ldb_parse_tree *remote_tree;
struct ldb_parse_tree *local_tree;