aboutsummaryrefslogtreecommitdiff
path: root/src/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/acl.h')
-rw-r--r--src/acl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acl.h b/src/acl.h
index dc09d7b..757104d 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -21,11 +21,11 @@ struct acl_input
21{ 21{
22 struct sockaddr *addr; 22 struct sockaddr *addr;
23 socklen_t addrlen; 23 socklen_t addrlen;
24 const char *user; 24 pies_identity_t identity;
25 const char **groups;
26}; 25};
27 26
28pies_acl_t pies_acl_create (const char *name, grecs_locus_t *locus); 27pies_acl_t pies_acl_create (const char *name, grecs_locus_t *locus);
28void pies_acl_free (pies_acl_t acl);
29int pies_acl_check (pies_acl_t acl, struct acl_input *input, int result); 29int pies_acl_check (pies_acl_t acl, struct acl_input *input, int result);
30int parse_acl_line (grecs_locus_t *locus, int allow, pies_acl_t acl, 30int parse_acl_line (grecs_locus_t *locus, int allow, pies_acl_t acl,
31 grecs_value_t *value); 31 grecs_value_t *value);

Return to:

Send suggestions and report system problems to the System administrator.