From 77c4cfa556c5baeb267c1f09226b27fc8e4ca3e4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 5 Oct 2001 00:06:43 +0000 Subject: Move CLI_POLICY_HND to be internal to winbindd. (This used to be commit e7b84aee0832c9fa6509e55eba914c1515620e8a) --- source3/include/smb.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index abf13533d2..7bef3ebac2 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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, -- cgit