summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-12 08:51:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:43 -0500
commitc8978cb1f15b1ddc0c420baa568bd11db080b744 (patch)
tree7a04b650f52d1e6d143aa6bf4ed9f87e4670a9ef /source4/lib/ldb/include/ldb_private.h
parentdc3e65b25295f68d0c7c5d3a7cc9bade638661f4 (diff)
downloadsamba-c8978cb1f15b1ddc0c420baa568bd11db080b744.tar.gz
samba-c8978cb1f15b1ddc0c420baa568bd11db080b744.tar.bz2
samba-c8978cb1f15b1ddc0c420baa568bd11db080b744.zip
r10918: - fixed standalone ldb build
- added note about allowedAttributesEffective (will be needed for mmc) - fixed some more ldb warnings (This used to be commit e9e4d81b6976549db8a7668572a5da466fbec4a9)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index e444b7235a..3fb73a93b7 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -165,7 +165,7 @@ int lsqlite3_connect(struct ldb_context *ldb,
const char *url,
unsigned int flags,
const char *options[]);
-struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
+struct ldb_module *operational_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *rdn_name_module_init(struct ldb_context *ldb, const char *options[]);