summaryrefslogtreecommitdiff
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-09 09:49:18 -0700
committerKarolin Seeger <kseeger@samba.org>2008-10-15 18:06:58 +0200
commit30463e1c837f644f9ad73777cbca908fd96ed1a9 (patch)
treeff6f734f641379a3919fef3e3dde36e16bdb9646 /source/include/proto.h
parentc28160497a00ba2647ea663d0c0783632f280364 (diff)
downloadsamba-30463e1c837f644f9ad73777cbca908fd96ed1a9.tar.gz
Remove SEC_ACCESS. It's a uint32_t.
Jeremy. (cherry picked from commit 5e77ccaa866d422e56c28af610692b8167d630e8)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index cd24bf83fd3..490bf74d1b6 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -499,7 +499,7 @@ TALLOC_CTX *debug_ctx(void);
/* The following definitions come from lib/display_sec.c */
char *get_sec_mask_str(TALLOC_CTX *ctx, uint32 type);
-void display_sec_access(SEC_ACCESS *info);
+void display_sec_access(uint32_t *info);
void display_sec_ace_flags(uint8_t flags);
void display_sec_ace(SEC_ACE *ace);
void display_sec_acl(SEC_ACL *sec_acl);
@@ -794,7 +794,6 @@ NTSTATUS sec_desc_mod_sid(SEC_DESC *sd, DOM_SID *sid, uint32 mask);
NTSTATUS sec_desc_del_sid(TALLOC_CTX *ctx, SEC_DESC **psd, DOM_SID *sid, size_t *sd_size);
SEC_DESC_BUF *se_create_child_secdesc(TALLOC_CTX *ctx, SEC_DESC *parent_ctr,
bool child_container);
-void init_sec_access(uint32 *t, uint32 mask);
/* The following definitions come from lib/select.c */