summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 12:15:17 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 13:13:09 +0100
commit341e5ea3eb5068d5b742deb6d14d58500330d27c (patch)
tree2aaccec022ce9e41656a3589841dae84302d1972 /source3/include/rpc_lsa.h
parenteccaf125a9e3590af0a0ef84980314ea5190e586 (diff)
downloadsamba-341e5ea3eb5068d5b742deb6d14d58500330d27c.tar.gz
samba-341e5ea3eb5068d5b742deb6d14d58500330d27c.tar.bz2
samba-341e5ea3eb5068d5b742deb6d14d58500330d27c.zip
Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.
Guenther (This used to be commit 004598bc1322b6e2deb62115713768682fee988e)
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;