diff options
author | Simo Sorce <idra@samba.org> | 2003-05-06 13:10:10 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-06 13:10:10 +0000 |
commit | 9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31 (patch) | |
tree | d552de64359c14fc37bdea34d5960f5fd0f1d316 /source3/include/rpc_lsa.h | |
parent | 0c6cdfadfda8e2fcb9b7766068670b7468db4c62 (diff) | |
download | samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.tar.gz samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.tar.bz2 samba-9cd45eeaf96b67dd772a6b8e5ef6df7ea10dfd31.zip |
sort out some include dependencies
split out privileges from rpc_lsa.h
(This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r-- | source3/include/rpc_lsa.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 8e1368810f..d4136a9fde 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/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; |