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:
committed by
Günther Deschner
parent
bcc3945e53
commit
e79b067e23
@ -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;
|
||||
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
Reference in New Issue
Block a user