diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 8a31720eea..63cfb04fdd 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -683,8 +683,7 @@ struct ldb_result { struct ldb_extended { const char *oid; - const char *value; - int value_len; + void *data; }; struct ldb_reply { @@ -714,7 +713,7 @@ struct ldb_add { const struct ldb_message *message; }; -struct ldb_modify { +struct ldb_modify { const struct ldb_message *message; }; @@ -756,9 +755,10 @@ struct ldb_request { struct ldb_modify mod; struct ldb_delete del; struct ldb_rename rename; + struct ldb_extended extended; + struct ldb_sequence_number seq_num; struct ldb_register_control reg_control; struct ldb_register_partition reg_partition; - struct ldb_sequence_number seq_num; } op; struct ldb_control **controls; |