diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-04-21 18:15:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-04-21 18:17:40 +0200 |
commit | f4195183a47b0e7c8bc9644d62b123f7880f3fcd (patch) | |
tree | 9a3e55d10cd94a1cbb4014b78192a7d3f43f768a /source3/include | |
parent | 14bbed1d6703764e6a58f335f142490895e5c768 (diff) | |
download | samba-f4195183a47b0e7c8bc9644d62b123f7880f3fcd.tar.gz samba-f4195183a47b0e7c8bc9644d62b123f7880f3fcd.tar.bz2 samba-f4195183a47b0e7c8bc9644d62b123f7880f3fcd.zip |
s3: Use common security_descriptor_equal().
Diffstat (limited to 'source3/include')
-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 3a706e4725..82a16598ec 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -647,7 +647,6 @@ ssize_t drain_socket(int sockfd, size_t count); /* 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, |