diff options
author | Tim Prouty <tprouty@samba.org> | 2008-11-04 18:08:03 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2008-12-09 14:51:48 -0800 |
commit | 6153f622af0cd7855ca349f73307988c1b9478b8 (patch) | |
tree | 061ec1daaceba2cfe933ef42c9e9e6a908ba17e6 /source3/include | |
parent | d5d9d3dc0e2c85ab608972cfa8e41122504fb75e (diff) | |
download | samba-6153f622af0cd7855ca349f73307988c1b9478b8.tar.gz samba-6153f622af0cd7855ca349f73307988c1b9478b8.tar.bz2 samba-6153f622af0cd7855ca349f73307988c1b9478b8.zip |
s3: Refactor getting sec_info from a security_descriptor into separate function
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9de64d018c..26d131e393 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -723,6 +723,7 @@ bool sec_acl_equal(SEC_ACL *s1, SEC_ACL *s2); /* The following definitions come from lib/secdesc.c */ bool sec_desc_equal(SEC_DESC *s1, SEC_DESC *s2); +uint32_t get_sec_info(const SEC_DESC *sd); SEC_DESC_BUF *sec_desc_merge(TALLOC_CTX *ctx, SEC_DESC_BUF *new_sdb, SEC_DESC_BUF *old_sdb); SEC_DESC *make_sec_desc(TALLOC_CTX *ctx, enum security_descriptor_revision revision, |