summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-08-17 04:20:46 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-08-19 03:34:02 +0300
commitc5ec1f3d9246f5737279340bf1755baf542d982b (patch)
treed76e261b37cfb77d1d77df9e6ebfcd330de134ab /source4/dsdb/schema/schema.h
parentb5af7b9a1eb70db949c83fe6b55e402b82a2a9a4 (diff)
downloadsamba-c5ec1f3d9246f5737279340bf1755baf542d982b.tar.gz
s4-dsdb: Use dsdb_syntax_ctx in *_drsuapi_to_ldb functions
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 0222ec37fa2..fc28fbf776d 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -45,8 +45,7 @@ struct dsdb_syntax {
const char *comment;
const char *ldb_syntax;
- WERROR (*drsuapi_to_ldb)(struct ldb_context *ldb,
- const struct dsdb_schema *schema,
+ WERROR (*drsuapi_to_ldb)(const struct dsdb_syntax_ctx *ctx,
const struct dsdb_attribute *attr,
const struct drsuapi_DsReplicaAttribute *in,
TALLOC_CTX *mem_ctx,