X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=blobdiff_plain;f=libcli%2Fsecurity%2Fsecace.h;fp=libcli%2Fsecurity%2Fsecace.h;h=4f8d358a7a22cd2a99dfc30842140b2fa2f9678e;hp=132217757ca427759e3e9df6f5307e044636cf38;hb=e3e01de345ec2ef65417769527a1fffee5df353c;hpb=d735a4a9beb01e6a7260852fd7c7d8f2fa94ae4d diff --git a/libcli/security/secace.h b/libcli/security/secace.h index 132217757ca..4f8d358a7a2 100644 --- a/libcli/security/secace.h +++ b/libcli/security/secace.h @@ -27,7 +27,6 @@ bool sec_ace_object(uint8_t type); void sec_ace_copy(struct security_ace *ace_dest, const struct security_ace *ace_src); void init_sec_ace(struct security_ace *t, const struct dom_sid *sid, enum security_ace_type type, uint32_t mask, uint8_t flag); -NTSTATUS sec_ace_add_sid(TALLOC_CTX *ctx, struct security_ace **pp_new, struct security_ace *old, unsigned *num, const struct dom_sid *sid, uint32_t mask); NTSTATUS sec_ace_mod_sid(struct security_ace *ace, size_t num, const struct dom_sid *sid, uint32_t mask); NTSTATUS sec_ace_del_sid(TALLOC_CTX *ctx, struct security_ace **pp_new, struct security_ace *old, uint32_t *num, const struct dom_sid *sid); bool sec_ace_equal(const struct security_ace *s1, const struct security_ace *s2);