summaryrefslogtreecommitdiff
path: root/source/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-14 14:01:49 +0100
committerGünther Deschner <gd@samba.org>2008-02-14 14:01:49 +0100
commit5b700aba1a2e1559c17fec9d82e87312e8a5b15d (patch)
tree3aa2653989f2fbbe5103176833cb54ca790ba2dd /source/include/rpc_lsa.h
parent0c9904864b5c3b893f99abdebb18d9624aa0f560 (diff)
downloadsamba-5b700aba1a2e1559c17fec9d82e87312e8a5b15d.tar.gz
Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.
Guenther
Diffstat (limited to 'source/include/rpc_lsa.h')
-rw-r--r--source/include/rpc_lsa.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index 4e6a1e16cc4..e7e013f8aa6 100644
--- a/source/include/rpc_lsa.h
+++ b/source/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 */