summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_map/ldb_map.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-11 18:35:38 -0400
committerStefan Metzmacher <metze@samba.org>2008-09-29 04:22:19 +0200
commit4f40ee2b86007f7dc631e93e59f24f970bc25ea2 (patch)
treebd2bc1f70e21b02c4d8477e150531a3e5349ab11 /source4/lib/ldb/ldb_map/ldb_map.h
parent9f7c2548d9da848397b4730f02c7c47f23e259dc (diff)
downloadsamba-4f40ee2b86007f7dc631e93e59f24f970bc25ea2.tar.gz
samba-4f40ee2b86007f7dc631e93e59f24f970bc25ea2.tar.bz2
samba-4f40ee2b86007f7dc631e93e59f24f970bc25ea2.zip
LDB ASYNC: core modules
Diffstat (limited to 'source4/lib/ldb/ldb_map/ldb_map.h')
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map.h b/source4/lib/ldb/ldb_map/ldb_map.h
index e40bb9cd7e..7f92c15b98 100644
--- a/source4/lib/ldb/ldb_map/ldb_map.h
+++ b/source4/lib/ldb/ldb_map/ldb_map.h
@@ -160,14 +160,12 @@ int map_search(struct ldb_module *module, struct ldb_request *req);
int map_rename(struct ldb_module *module, struct ldb_request *req);
int map_delete(struct ldb_module *module, struct ldb_request *req);
int map_modify(struct ldb_module *module, struct ldb_request *req);
-int map_wait(struct ldb_handle *handle, enum ldb_wait_type type);
#define LDB_MAP_OPS \
.add = map_add, \
.modify = map_modify, \
.del = map_delete, \
.rename = map_rename, \
- .search = map_search, \
- .wait = map_wait,
+ .search = map_search,
#endif /* __LDB_MAP_H__ */