summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_lsa.h')
-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 46a01d53e5..0e61b7b2d9 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -495,19 +495,6 @@ typedef struct
} LSA_R_REMOVE_ACCT_RIGHTS;
-typedef struct lsa_q_enumprivsaccount
-{
- POLICY_HND pol; /* policy handle */
-} LSA_Q_ENUMPRIVSACCOUNT;
-
-typedef struct lsa_r_enumprivsaccount
-{
- uint32 ptr;
- uint32 count;
- PRIVILEGE_SET set;
- NTSTATUS status;
-} LSA_R_ENUMPRIVSACCOUNT;
-
typedef struct {
UNIHDR hdr;
UNISTR2 unistring;