1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3:netapi: Make 'struct libnetapi_ctx' opaque

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Andreas Schneider
2021-03-18 10:06:53 +01:00
committed by Günther Deschner
parent bcc3945e53
commit e79b067e23
3 changed files with 17 additions and 14 deletions

View File

@ -1362,19 +1362,7 @@ struct NETLOGON_INFO_4 {
/****************************************************************
****************************************************************/
struct libnetapi_ctx {
char *debuglevel;
char *error_string;
char *username;
char *workgroup;
char *password;
char *krb5_cc_env;
int use_kerberos;
int use_ccache;
int disable_policy_handle_cache;
void *private_data;
};
struct libnetapi_ctx;
/****************************************************************
****************************************************************/