diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 18:54:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:54:37 +0100 |
commit | 7a425d69dd0953620a6fe289d52ba4ad673a6d97 (patch) | |
tree | 8f0b7a4514911015466cce708b5f77fb50115727 /source3/include | |
parent | 3dab928081bf80cb88fa4a56352ae063a5f82a43 (diff) | |
download | samba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.tar.gz samba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.tar.xz samba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.zip |
Remove unused marshalling for LSA_GETSYSTEMACCOUNT.
Guenther
(This used to be commit cf3a76bf19bfeb35800e0fc31e90dc4ea5c0ff85)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index a4c855a11f6..5cdcd21251c 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -702,18 +702,6 @@ typedef struct lsa_r_enumprivsaccount NTSTATUS status; } LSA_R_ENUMPRIVSACCOUNT; -typedef struct lsa_q_getsystemaccount -{ - POLICY_HND pol; /* policy handle */ -} LSA_Q_GETSYSTEMACCOUNT; - -typedef struct lsa_r_getsystemaccount -{ - uint32 access; - NTSTATUS status; -} LSA_R_GETSYSTEMACCOUNT; - - typedef struct { UNIHDR hdr; UNISTR2 unistring; |