diff options
author | Günther Deschner <gd@samba.org> | 2008-02-14 14:01:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-14 14:01:49 +0100 |
commit | ff85aec1937692c9aa62855bdc2f35df0db6d890 (patch) | |
tree | 3dc175806910813496a2f11df105fee4cad01d30 /source3/include | |
parent | 08f019d973f7c71be7b402d5f32922a18381a3cf (diff) | |
download | samba-ff85aec1937692c9aa62855bdc2f35df0db6d890.tar.gz samba-ff85aec1937692c9aa62855bdc2f35df0db6d890.tar.bz2 samba-ff85aec1937692c9aa62855bdc2f35df0db6d890.zip |
Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.
Guenther
(This used to be commit 5b700aba1a2e1559c17fec9d82e87312e8a5b15d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 4e6a1e16cc..e7e013f8aa 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -494,37 +494,4 @@ typedef struct NTSTATUS status; } LSA_R_REMOVE_ACCT_RIGHTS; - -typedef struct { - UNIHDR hdr; - UNISTR2 unistring; -} LSA_STRING; - -typedef struct lsa_q_addprivs -{ - POLICY_HND pol; /* policy handle */ - uint32 count; - PRIVILEGE_SET set; -} LSA_Q_ADDPRIVS; - -typedef struct lsa_r_addprivs -{ - NTSTATUS status; -} LSA_R_ADDPRIVS; - - -typedef struct lsa_q_removeprivs -{ - POLICY_HND pol; /* policy handle */ - uint32 allrights; - uint32 ptr; - uint32 count; - PRIVILEGE_SET set; -} LSA_Q_REMOVEPRIVS; - -typedef struct lsa_r_removeprivs -{ - NTSTATUS status; -} LSA_R_REMOVEPRIVS; - #endif /* _RPC_LSA_H */ |