summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 01:34:34 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 01:34:34 +0100
commit8f7cc004ffefbd9da3d34a3a7dfc3839bdaafd3c (patch)
treef7f2244185077bc99a2fc9206b3d2677a220f241 /source3/include/rpc_lsa.h
parent2b84f4119d0d5dc0eac0e3596260901e3dc3eefd (diff)
downloadsamba-8f7cc004ffefbd9da3d34a3a7dfc3839bdaafd3c.tar.gz
samba-8f7cc004ffefbd9da3d34a3a7dfc3839bdaafd3c.tar.bz2
samba-8f7cc004ffefbd9da3d34a3a7dfc3839bdaafd3c.zip
Remove unused marshalling for LSA_ENUM_ACCOUNTS.
Guenther (This used to be commit 8c476ad51622f76bf8f03f6255369b8e19f24a72)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 724a980b45..46a01d53e5 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -495,22 +495,6 @@ typedef struct
} LSA_R_REMOVE_ACCT_RIGHTS;
-/* LSA_Q_ENUM_ACCOUNTS */
-typedef struct lsa_q_enum_accounts
-{
- POLICY_HND pol; /* policy handle */
- uint32 enum_context;
- uint32 pref_max_length;
-} LSA_Q_ENUM_ACCOUNTS;
-
-/* LSA_R_ENUM_ACCOUNTS */
-typedef struct lsa_r_enum_accounts
-{
- uint32 enum_context;
- LSA_SID_ENUM sids;
- NTSTATUS status;
-} LSA_R_ENUM_ACCOUNTS;
-
typedef struct lsa_q_enumprivsaccount
{
POLICY_HND pol; /* policy handle */