summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 21:37:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 01:06:35 +0200
commit3b199935615eb50ff039e89b9d3cfcebde2b4844 (patch)
treebace1b92fe1e29f786c46990979d625653631dfb /source4/dsdb/schema/schema.h
parent41e55d78944a04b0fa8b351ff4a25c78bc9499a3 (diff)
downloadsamba-3b199935615eb50ff039e89b9d3cfcebde2b4844.tar.gz
samba-3b199935615eb50ff039e89b9d3cfcebde2b4844.tar.bz2
samba-3b199935615eb50ff039e89b9d3cfcebde2b4844.zip
dsdb/schema: Move some dsdb_dn functions that are schema-specific.
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 8c73fd56d4..fd1e090b85 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -27,6 +27,7 @@
struct dsdb_attribute;
struct dsdb_class;
struct dsdb_schema;
+struct dsdb_dn;
struct dsdb_syntax_ctx {
struct ldb_context *ldb;