1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Move CLI_POLICY_HND to be internal to winbindd.

This commit is contained in:
Tim Potter -
parent c82cf58ae2
commit e7b84aee08

View File

@ -1595,15 +1595,6 @@ typedef struct user_struct
#include "nsswitch/winbindd_nss.h"
#include "smb_acls.h"
/* Used by winbindd_glue functions */
typedef struct {
struct cli_state *cli;
POLICY_HND handle;
TALLOC_CTX *mem_ctx;
} CLI_POLICY_HND;
/* generic iconv conversion structure */
typedef struct {
size_t (*direct)(void *cd, char **inbuf, size_t *inbytesleft,