From 94c04b10db5032d83c21ea6eb8665bf930e81a9f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 11:23:53 +1100 Subject: build: moved libds/common/flag_mapping.c into a common subsystem Pair-Programmed-With: Andrew Bartlett --- libds/common/flag_mapping.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libds/common/flag_mapping.h (limited to 'libds/common/flag_mapping.h') diff --git a/libds/common/flag_mapping.h b/libds/common/flag_mapping.h new file mode 100644 index 0000000000..4b1cc3b05f --- /dev/null +++ b/libds/common/flag_mapping.h @@ -0,0 +1,13 @@ +#ifndef __LIBDS_COMMON_FLAG_MAPPING_H__ +#define __LIBDS_COMMON_FLAG_MAPPING_H__ + +/* The following definitions come from 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 /* __LIBDS_COMMON_FLAG_MAPPING_H__ */ -- cgit