s4-dsdb: declare ldb_dn_update_components()
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Dec 2009 12:04:00 +0000 (23:04 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Dec 2009 10:03:39 +0000 (21:03 +1100)
source4/lib/ldb/include/ldb.h

index cf55f0ac6f3084e35544b03f4a73752a9584bd9a..81ec9ee84867aa325218a0ee87161ceabc2453de 100644 (file)
@@ -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);
 
 
 /**