summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 10:47:16 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 10:11:08 +0100
commite1f84330baa544ebaef42492a7ea2d69cb844fea (patch)
treec5734e786e60e14ddd652eb261ef565cb819c8d4 /source3/include
parent1d5f3c11df95b9a4f846a7122d1aab354a42dd3a (diff)
downloadsamba-e1f84330baa544ebaef42492a7ea2d69cb844fea.tar.gz
samba-e1f84330baa544ebaef42492a7ea2d69cb844fea.tar.bz2
samba-e1f84330baa544ebaef42492a7ea2d69cb844fea.zip
libcli/security: move display_sec headers to own header file and add to
security.h grouping header. Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e8971c3721..233866e2af 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -502,16 +502,6 @@ int connections_forall_read(int (*fn)(const struct connections_key *key,
void *private_data);
bool connections_init(bool rw);
-/* The following definitions come from lib/display_sec.c */
-
-char *get_sec_mask_str(TALLOC_CTX *ctx, uint32 type);
-void display_sec_access(uint32_t *info);
-void display_sec_ace_flags(uint8_t flags);
-void display_sec_ace(struct security_ace *ace);
-void display_sec_acl(struct security_acl *sec_acl);
-void display_acl_type(uint16 type);
-void display_sec_desc(struct security_descriptor *sec);
-
/* The following definitions come from lib/dmallocmsg.c */
void register_dmalloc_msgs(struct messaging_context *msg_ctx);