From fdc9f417d89fdf9dd6afbc22843d70585e195c9d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 30 Nov 2004 04:33:27 +0000 Subject: r4011: get rid of rpc_secdes.h and replace it with a single sane set of definitions for security access masks, in security.idl The previous definitions were inconsistently named, and contained many duplicate and misleading entries. I kept finding myself tripping up while using them. (This used to be commit 01c0fa722f80ceeb3f81f01987de95f365a2ed3d) --- source4/include/structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index ae3713eefd..4204cdab15 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -125,3 +125,5 @@ struct ldb_message; struct security_token; struct security_acl; struct security_ace; + +typedef struct security_descriptor SEC_DESC; -- cgit