diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-12-17 23:04:00 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-18 21:03:39 +1100 |
commit | b3c69e76ec9dbcffe363e3bdfcd7ed3c76b48220 (patch) | |
tree | 2e1ed340b2e612ac489ad662ecd212c86e936de4 /source4/lib | |
parent | 82bf0d8bc6b4fa43f015b700a97f68f3d479eb36 (diff) | |
download | samba-b3c69e76ec9dbcffe363e3bdfcd7ed3c76b48220.tar.gz samba-b3c69e76ec9dbcffe363e3bdfcd7ed3c76b48220.tar.bz2 samba-b3c69e76ec9dbcffe363e3bdfcd7ed3c76b48220.zip |
s4-dsdb: declare ldb_dn_update_components()
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index cf55f0ac6f..81ec9ee848 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -1683,6 +1683,7 @@ bool ldb_dn_is_valid(struct ldb_dn *dn); bool ldb_dn_is_special(struct ldb_dn *dn); bool ldb_dn_check_special(struct ldb_dn *dn, const char *check); bool ldb_dn_is_null(struct ldb_dn *dn); +int ldb_dn_update_components(struct ldb_dn *dn, const struct ldb_dn *ref_dn); /** |