s3:libsmb/namequery.c: don't leak 'pserver'
[Samba/gebeck_regimport.git] / source3 / libnet / libnet_join.h
blob5659828a5caf45cdb2ca23b3f3f22570553ffb58
1 /* The following definitions come from libnet/libnet_join.c */
3 NTSTATUS libnet_join_ok(const char *netbios_domain_name,
4 const char *machine_name,
5 const char *dc_name);
6 WERROR libnet_init_JoinCtx(TALLOC_CTX *mem_ctx,
7 struct libnet_JoinCtx **r);
8 WERROR libnet_init_UnjoinCtx(TALLOC_CTX *mem_ctx,
9 struct libnet_UnjoinCtx **r);
10 WERROR libnet_Join(TALLOC_CTX *mem_ctx,
11 struct libnet_JoinCtx *r);
12 WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx,
13 struct libnet_UnjoinCtx *r);