diff options
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r-- | source4/torture/util.h | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h index 477a828120..9dc948ade5 100644 --- a/source4/torture/util.h +++ b/source4/torture/util.h @@ -20,27 +20,10 @@ #ifndef _TORTURE_PROVISION_H_ #define _TORTURE_PROVISION_H_ -struct provision_settings { - const char *dns_name; - const char *site_name; - const char *root_dn_str; - const char *domain_dn_str; - const char *config_dn_str; - const char *schema_dn_str; - const struct GUID *invocation_id; - const char *netbios_name; - const char *host_ip; - const char *realm; - const char *domain; - const struct GUID *ntds_guid; - const char *ntds_dn_str; - const char *machine_password; - const char *targetdir; -}; - -NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, - struct provision_settings *settings); +#include "torture/torture.h" +struct smbcli_state; +struct smbcli_tree; /** setup a directory ready for a test |