diff options
author | Tim Potter <tpot@samba.org> | 2001-10-05 00:06:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-05 00:06:43 +0000 |
commit | 77c4cfa556c5baeb267c1f09226b27fc8e4ca3e4 (patch) | |
tree | e5097859619579f4787c1fe8c188a14f9a51aa64 /source3/include | |
parent | 44cc559418eec1eadc594c9bc35f00ae91ad55f9 (diff) | |
download | samba-77c4cfa556c5baeb267c1f09226b27fc8e4ca3e4.tar.gz samba-77c4cfa556c5baeb267c1f09226b27fc8e4ca3e4.tar.bz2 samba-77c4cfa556c5baeb267c1f09226b27fc8e4ca3e4.zip |
Move CLI_POLICY_HND to be internal to winbindd.
(This used to be commit e7b84aee0832c9fa6509e55eba914c1515620e8a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 9 |
1 files changed, 0 insertions, 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, |