diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-30 16:29:05 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-09-11 18:46:11 +1000 |
commit | 96e59faa623ffa1faa50ecf7974c5ff00c9b6399 (patch) | |
tree | b0e7c70e287aaa0da5f9cd957f0d0fdbca5a0338 /source3/include/proto.h | |
parent | 9883993b66826d2f692ebdd3c928f4f7a0cddc7d (diff) | |
download | samba-96e59faa623ffa1faa50ecf7974c5ff00c9b6399.tar.gz samba-96e59faa623ffa1faa50ecf7974c5ff00c9b6399.tar.xz samba-96e59faa623ffa1faa50ecf7974c5ff00c9b6399.zip |
s3-privs Remove unused function
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e15dc7b5a1b..f316a377dcd 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -648,7 +648,6 @@ NTSTATUS privilege_delete_account(const struct dom_sid *sid); NTSTATUS privilege_set_init(PRIVILEGE_SET *priv_set); NTSTATUS privilege_set_init_by_ctx(TALLOC_CTX *mem_ctx, PRIVILEGE_SET *priv_set); void privilege_set_free(PRIVILEGE_SET *priv_set); -NTSTATUS dup_luid_attr(TALLOC_CTX *mem_ctx, struct lsa_LUIDAttribute **new_la, struct lsa_LUIDAttribute *old_la, int count); bool is_privileged_sid( const struct dom_sid *sid ); bool grant_all_privileges( const struct dom_sid *sid ); |