Apply some const
[metze/old/v3-2-winbind-ndr.git] / source / include / rpc_secdes.h
index 298d4e664e3e6abe9b07f4087737616de1b6a7b5..649e8069df3449980fe2497d28aa775935a81248 100644 (file)
@@ -108,19 +108,19 @@ typedef struct sec_desc_buf SEC_DESC_BUF;
 /* A type to describe the mapping of generic access rights to object
    specific access rights. */
 
-typedef struct generic_mapping {
+struct generic_mapping {
        uint32 generic_read;
        uint32 generic_write;
        uint32 generic_execute;
        uint32 generic_all;
-} GENERIC_MAPPING;
+};
 
-typedef struct standard_mapping {
+struct standard_mapping {
        uint32 std_read;
        uint32 std_write;
        uint32 std_execute;
        uint32 std_all;
-} STANDARD_MAPPING;
+};
 
 
 /* Security Access Masks Rights */