summaryrefslogtreecommitdiff
path: root/source/include/rpc_lsa.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-05-06 13:10:10 +0000
committerSimo Sorce <idra@samba.org>2003-05-06 13:10:10 +0000
commit37d7cc8162d02a664095dbe0fc8d7250d1ed51c9 (patch)
treeffb76ded9f3c23f07736acdd73c359380eecf723 /source/include/rpc_lsa.h
parentfb03fafed14a2816808e98fd95850db3e655d5d9 (diff)
downloadsamba-37d7cc8162d02a664095dbe0fc8d7250d1ed51c9.tar.gz
sort out some include dependencies
split out privileges from rpc_lsa.h
Diffstat (limited to 'source/include/rpc_lsa.h')
-rw-r--r--source/include/rpc_lsa.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/include/rpc_lsa.h b/source/include/rpc_lsa.h
index 8e1368810fb..d4136a9fde1 100644
--- a/source/include/rpc_lsa.h
+++ b/source/include/rpc_lsa.h
@@ -661,26 +661,6 @@ typedef struct lsa_q_enumprivsaccount
POLICY_HND pol; /* policy handle */
} LSA_Q_ENUMPRIVSACCOUNT;
-
-typedef struct LUID
-{
- uint32 low;
- uint32 high;
-} LUID;
-
-typedef struct LUID_ATTR
-{
- LUID luid;
- uint32 attr;
-} LUID_ATTR ;
-
-typedef struct privilege_set
-{
- uint32 count;
- uint32 control;
- LUID_ATTR *set;
-} PRIVILEGE_SET;
-
typedef struct lsa_r_enumprivsaccount
{
uint32 ptr;