diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index bfbf840190..6cf0ebe463 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5424,13 +5424,4 @@ void map_max_allowed_access(const struct security_token *nt_token, const struct security_unix_token *unix_token, uint32_t *pacc_requested); -/* The following definitions come from ../libds/common/flag_mapping.c */ - -uint32_t ds_acb2uf(uint32_t acb); -uint32_t ds_uf2acb(uint32_t uf); -uint32_t ds_uf2atype(uint32_t uf); -uint32_t ds_gtype2atype(uint32_t gtype); -enum lsa_SidType ds_atype_map(uint32_t atype); -uint32_t ds_uf2prim_group_rid(uint32_t uf); - #endif /* _PROTO_H_ */ |