s3: Fix Coverity ID 2478, UNINIT
[Samba.git] / libds / common / flag_mapping.h
blob4b1cc3b05fc83a44ca188c5f384533273b7ea483
1 #ifndef __LIBDS_COMMON_FLAG_MAPPING_H__
2 #define __LIBDS_COMMON_FLAG_MAPPING_H__
4 /* The following definitions come from flag_mapping.c */
6 uint32_t ds_acb2uf(uint32_t acb);
7 uint32_t ds_uf2acb(uint32_t uf);
8 uint32_t ds_uf2atype(uint32_t uf);
9 uint32_t ds_gtype2atype(uint32_t gtype);
10 enum lsa_SidType ds_atype_map(uint32_t atype);
11 uint32_t ds_uf2prim_group_rid(uint32_t uf);
13 #endif /* __LIBDS_COMMON_FLAG_MAPPING_H__ */