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 | c0bf3af692bee5bc5a3405feb405e67d35d77a16 (patch) | |
tree | 1e9b8488d626eb03b113ebe3eee4b4142a3738c0 /source/librpc/gen_ndr/security.h | |
parent | 6226f2294e83501d01d18a954bb36efec37aea75 (diff) | |
download | samba-c0bf3af692bee5bc5a3405feb405e67d35d77a16.tar.gz samba-c0bf3af692bee5bc5a3405feb405e67d35d77a16.tar.xz samba-c0bf3af692bee5bc5a3405feb405e67d35d77a16.zip |
Re-run make idl.
Guenther
Diffstat (limited to 'source/librpc/gen_ndr/security.h')
-rw-r--r-- | source/librpc/gen_ndr/security.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/librpc/gen_ndr/security.h b/source/librpc/gen_ndr/security.h index b87259c9cbb..f37b5d70f0e 100644 --- a/source/librpc/gen_ndr/security.h +++ b/source/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 */ |