mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4-dsdb: declare ldb_dn_update_components()
This commit is contained in:
parent
82bf0d8bc6
commit
b3c69e76ec
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user