summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-08 18:54:38 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:54:37 +0100
commit7a425d69dd0953620a6fe289d52ba4ad673a6d97 (patch)
tree8f0b7a4514911015466cce708b5f77fb50115727 /source3/include/rpc_lsa.h
parent3dab928081bf80cb88fa4a56352ae063a5f82a43 (diff)
downloadsamba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.tar.gz
samba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.tar.bz2
samba-7a425d69dd0953620a6fe289d52ba4ad673a6d97.zip
Remove unused marshalling for LSA_GETSYSTEMACCOUNT.
Guenther (This used to be commit cf3a76bf19bfeb35800e0fc31e90dc4ea5c0ff85)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index a4c855a11f..5cdcd21251 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;