diff options
author | Günther Deschner <gd@samba.org> | 2008-01-25 00:11:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-25 00:11:58 +0100 |
commit | ed8385a177cf45de2970d70f08857b8aa60c046b (patch) | |
tree | 3035ddc4d9ed79a0baa175e31808e86b1e3f8cba /source3/librpc/gen_ndr/security.h | |
parent | 9f7170f5aa02d6da8b026af2475961917be46cd3 (diff) | |
download | samba-ed8385a177cf45de2970d70f08857b8aa60c046b.tar.gz samba-ed8385a177cf45de2970d70f08857b8aa60c046b.tar.bz2 samba-ed8385a177cf45de2970d70f08857b8aa60c046b.zip |
Re-run make idl.
Guenther
(This used to be commit c0bf3af692bee5bc5a3405feb405e67d35d77a16)
Diffstat (limited to 'source3/librpc/gen_ndr/security.h')
-rw-r--r-- | source3/librpc/gen_ndr/security.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/librpc/gen_ndr/security.h b/source3/librpc/gen_ndr/security.h index b87259c9cb..f37b5d70f0 100644 --- a/source3/librpc/gen_ndr/security.h +++ b/source3/librpc/gen_ndr/security.h @@ -184,8 +184,6 @@ enum sec_privilege #define SEC_ACE_FLAG_SUCCESSFUL_ACCESS ( 0x40 ) #define SEC_ACE_FLAG_FAILED_ACCESS ( 0x80 ) -; - enum security_ace_type #ifndef USE_UINT_ENUMS { @@ -217,8 +215,6 @@ enum security_ace_type #define SEC_ACE_OBJECT_TYPE_PRESENT ( 0x00000001 ) #define SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT ( 0x00000002 ) -; - union security_ace_object_type { struct GUID type;/* [case(SEC_ACE_OBJECT_TYPE_PRESENT)] */ }/* [nodiscriminant] */; @@ -295,8 +291,6 @@ enum security_descriptor_revision #define SEC_DESC_RM_CONTROL_VALID ( 0x4000 ) #define SEC_DESC_SELF_RELATIVE ( 0x8000 ) -; - struct security_descriptor { enum security_descriptor_revision revision; uint16_t type; @@ -329,6 +323,4 @@ struct security_token { #define SECINFO_PROTECTED_SACL ( 0x40000000 ) #define SECINFO_PROTECTED_DACL ( 0x80000000 ) -; - #endif /* _HEADER_security */ |