diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 18:33:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 22:51:58 +0100 |
commit | 5120373cc8d22a26502d0d74cea9f9b473080129 (patch) | |
tree | ec7ebd9435b800f56b16df7f8018c2fc292b777d /source3/include | |
parent | 9049db8ffb88508e73849d3c40ac93907c58fb80 (diff) | |
download | samba-5120373cc8d22a26502d0d74cea9f9b473080129.tar.gz samba-5120373cc8d22a26502d0d74cea9f9b473080129.tar.bz2 samba-5120373cc8d22a26502d0d74cea9f9b473080129.zip |
Remove unused marshalling for LSA_SETSYSTEMACCOUNT.
Guenther
(This used to be commit ddefdc5bd70620dcb94660ba5d55520e136d8d0f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index ba1e5a3d57..a4c855a11f 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -714,17 +714,6 @@ typedef struct lsa_r_getsystemaccount } LSA_R_GETSYSTEMACCOUNT; -typedef struct lsa_q_setsystemaccount -{ - POLICY_HND pol; /* policy handle */ - uint32 access; -} LSA_Q_SETSYSTEMACCOUNT; - -typedef struct lsa_r_setsystemaccount -{ - NTSTATUS status; -} LSA_R_SETSYSTEMACCOUNT; - typedef struct { UNIHDR hdr; UNISTR2 unistring; |