diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-16 22:31:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:49 -0500 |
commit | 9a9cf9e0753c7cf040feecf670c0986a17c16dce (patch) | |
tree | 89c657285c82259658b90cfd54c3695070be7107 /source4/lib/ldb/include/ldb.h | |
parent | 2cb07b0f1bab01a406d8d75d19d1039ce5ed3105 (diff) | |
download | samba-9a9cf9e0753c7cf040feecf670c0986a17c16dce.tar.gz samba-9a9cf9e0753c7cf040feecf670c0986a17c16dce.tar.bz2 samba-9a9cf9e0753c7cf040feecf670c0986a17c16dce.zip |
r6833: split out the routine that calculates the diff between two ldb messages from ldbedit,
so other progs can use it.
(This used to be commit fa4f33558af3c65ff31424c01db16cb9d427503d)
Diffstat (limited to 'source4/lib/ldb/include/ldb.h')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index f748bb6b42..18d974cf42 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -295,6 +295,10 @@ struct ldb_message *ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg); +struct ldb_message *ldb_msg_diff(struct ldb_context *ldb, + struct ldb_message *msg1, + struct ldb_message *msg2); + struct ldb_val ldb_val_dup(void *mem_ctx, const struct ldb_val *v); /* |