summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-11 10:38:06 +0100
committerGünther Deschner <gd@samba.org>2008-02-11 10:49:35 +0100
commit1042b0ce370669a0f2a08fcda45572f39cebb89f (patch)
treebc5c7c42fbdd5d28d6002eaa65e3d7b5c8e036c4 /source3/include/rpc_lsa.h
parent976fba87eb76649d62aaa335d15338ac151de0e0 (diff)
downloadsamba-1042b0ce370669a0f2a08fcda45572f39cebb89f.tar.gz
samba-1042b0ce370669a0f2a08fcda45572f39cebb89f.tar.bz2
samba-1042b0ce370669a0f2a08fcda45572f39cebb89f.zip
Remove unused marshalling for LSA_ENUM_PRIVS.
Guenther (This used to be commit 793e5a608b1a40174088db6fbfcfc8cc6263a0da)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 5cdcd21251..95faf2266f 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -546,35 +546,6 @@ typedef struct lsa_r_lookup_names4
NTSTATUS status; /* return code */
} LSA_R_LOOKUP_NAMES4;
-typedef struct lsa_enum_priv_entry
-{
- UNIHDR hdr_name;
- uint32 luid_low;
- uint32 luid_high;
- UNISTR2 name;
-
-} LSA_PRIV_ENTRY;
-
-/* LSA_Q_ENUM_PRIVS - LSA enum privileges */
-typedef struct lsa_q_enum_privs
-{
- POLICY_HND pol; /* policy handle */
- uint32 enum_context;
- uint32 pref_max_length;
-} LSA_Q_ENUM_PRIVS;
-
-typedef struct lsa_r_enum_privs
-{
- uint32 enum_context;
- uint32 count;
- uint32 ptr;
- uint32 count1;
-
- LSA_PRIV_ENTRY *privs;
-
- NTSTATUS status;
-} LSA_R_ENUM_PRIVS;
-
/* LSA_Q_ENUM_ACCT_RIGHTS - LSA enum account rights */
typedef struct
{