diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:17:33 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-02 22:17:17 +0100 |
commit | 93db9489fd778bd96e6434f4bd70e90b47c01b06 (patch) | |
tree | 50959368b398b29e8e7d68cf50ea8cca87b4b22d /source3/include | |
parent | 4afda9ebf49f2dc63b98c38132ce636ecf92e938 (diff) | |
download | samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.tar.gz samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.tar.bz2 samba-93db9489fd778bd96e6434f4bd70e90b47c01b06.zip |
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Guenther
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_ */ |