summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-10 17:30:54 +0100
committerVolker Lendecke <vl@samba.org>2010-01-10 20:56:16 +0100
commit50b7a3233f1edc184acb0b65870fff1db1226ef4 (patch)
tree84ec2e96de5fa08010db5d222e7dfc1da2edc271 /source3/include
parent081573091bc3f2b4f85164db51878e570377d4e8 (diff)
downloadsamba-50b7a3233f1edc184acb0b65870fff1db1226ef4.tar.gz
samba-50b7a3233f1edc184acb0b65870fff1db1226ef4.tar.bz2
samba-50b7a3233f1edc184acb0b65870fff1db1226ef4.zip
s3: Remove unused samr_make_sam_obj_sd
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ce14feb8eb..8e8b35cb5a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1288,7 +1288,6 @@ void security_acl_map_generic(struct security_acl *sa, const struct generic_mapp
void se_map_standard(uint32 *access_mask, struct standard_mapping *mapping);
NTSTATUS se_access_check(const SEC_DESC *sd, const NT_USER_TOKEN *token,
uint32 acc_desired, uint32 *acc_granted);
-NTSTATUS samr_make_sam_obj_sd(TALLOC_CTX *ctx, SEC_DESC **psd, size_t *sd_size);
/* The following definitions come from lib/util_sec.c */