diff options
author | Günther Deschner <gd@samba.org> | 2008-02-11 20:32:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-11 20:52:33 +0100 |
commit | 7303fce0e0154e9db460ebf71ebb79811c768122 (patch) | |
tree | 99070499a86c8f6c1dafd40dad7543cf0f4edbff /source3/include | |
parent | a473d10915002b586a4c0bce928a3fbf78523b09 (diff) | |
download | samba-7303fce0e0154e9db460ebf71ebb79811c768122.tar.gz samba-7303fce0e0154e9db460ebf71ebb79811c768122.tar.bz2 samba-7303fce0e0154e9db460ebf71ebb79811c768122.zip |
Remove unused LSA_CLOSE headers.
Guenther
(This used to be commit f995b1ddc75e5091c6eb012b80dcaa9c78ce368e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index fe088c4e82..7a8520111d 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -162,23 +162,6 @@ typedef struct { /*******************************************************/ -/* LSA_Q_CLOSE */ -typedef struct lsa_q_close_info -{ - POLICY_HND pol; /* policy handle */ - -} LSA_Q_CLOSE; - -/* LSA_R_CLOSE */ -typedef struct lsa_r_close_info -{ - POLICY_HND pol; /* policy handle. should be all zeros. */ - - NTSTATUS status; /* return code */ - -} LSA_R_CLOSE; - - #define MAX_REF_DOMAINS 32 /* DOM_TRUST_HDR */ |