diff options
author | Günther Deschner <gd@samba.org> | 2008-02-14 12:15:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-14 13:13:09 +0100 |
commit | 341e5ea3eb5068d5b742deb6d14d58500330d27c (patch) | |
tree | 2aaccec022ce9e41656a3589841dae84302d1972 /source3/include | |
parent | eccaf125a9e3590af0a0ef84980314ea5190e586 (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/rpc_lsa.h | 13 |
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; |