summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-06 19:34:40 +0100
committerGünther Deschner <gd@samba.org>2008-02-08 22:44:42 +0100
commit5c23f7d73cfe96147c6b0d2069241b946843d5ec (patch)
tree2393e79a19f7888e8cf20cb549ab8b94fe8dedb6 /source3/include
parentba00160eb865c93b5de3dc105260dda1fe2c952b (diff)
downloadsamba-5c23f7d73cfe96147c6b0d2069241b946843d5ec.tar.gz
samba-5c23f7d73cfe96147c6b0d2069241b946843d5ec.tar.bz2
samba-5c23f7d73cfe96147c6b0d2069241b946843d5ec.zip
Remove unused marshalling for LSA_OPENACCOUNT.
Guenther (This used to be commit bb8e77eb74c9d178a6c77f2f9c69eb1778fb5e10)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_lsa.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 902d1e20b2..ba1e5a3d57 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -689,19 +689,6 @@ typedef struct lsa_r_unk_get_connuser
} LSA_R_UNK_GET_CONNUSER;
-typedef struct lsa_q_openaccount
-{
- POLICY_HND pol; /* policy handle */
- DOM_SID2 sid;
- uint32 access; /* desired access */
-} LSA_Q_OPENACCOUNT;
-
-typedef struct lsa_r_openaccount
-{
- POLICY_HND pol; /* policy handle */
- NTSTATUS status;
-} LSA_R_OPENACCOUNT;
-
typedef struct lsa_q_enumprivsaccount
{
POLICY_HND pol; /* policy handle */