From 93db9489fd778bd96e6434f4bd70e90b47c01b06 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 26 Feb 2011 00:17:33 +0100 Subject: s3-libds: use already existing ../libds/common/flag_mapping.h header. Guenther --- source3/include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/proto.h') 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_ */ -- cgit