diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 11:09:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 11:09:53 +0000 |
commit | b0083691759c9d0561a5e9d436d927a44c82b388 (patch) | |
tree | f4e0178a4fdb82a8685150b5a61f2ecb78e3fec4 /source4/librpc/ndr/ndr_misc.h | |
parent | fe6fd991ee42aee36a5141f11295f7936091447f (diff) | |
download | samba-b0083691759c9d0561a5e9d436d927a44c82b388.tar.gz samba-b0083691759c9d0561a5e9d436d927a44c82b388.tar.bz2 samba-b0083691759c9d0561a5e9d436d927a44c82b388.zip |
moved the pidl auto-generated files out of CVS
(This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
Diffstat (limited to 'source4/librpc/ndr/ndr_misc.h')
-rw-r--r-- | source4/librpc/ndr/ndr_misc.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/source4/librpc/ndr/ndr_misc.h b/source4/librpc/ndr/ndr_misc.h deleted file mode 100644 index 86c898eff2..0000000000 --- a/source4/librpc/ndr/ndr_misc.h +++ /dev/null @@ -1,33 +0,0 @@ -/* header auto-generated by pidl */ - - - -struct dom_sid { - uint8 sid_rev_num; - uint8 num_auths; - uint8 id_auth[6]; - uint32 *sub_auths; -}; - -struct security_ace { - uint8 type; - uint8 flags; - uint32 access_mask; - struct dom_sid trustee; -}; - -struct security_acl { - uint16 revision; - uint32 num_aces; - struct security_ace *aces; -}; - -struct security_descriptor { - uint8 revision; - uint16 type; - struct dom_sid *owner_sid; - struct dom_sid *group_sid; - struct security_acl *sacl; - struct security_acl *dacl; -}; - |