summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/ndr_misc.h')
-rw-r--r--source4/librpc/ndr/ndr_misc.h33
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;
-};
-