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 65dcf40..c8e4d07 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies 1/* This file is part of GNU Pies
2 Copyright (C) 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ int 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);
32pies_acl_t pies_acl_lookup (const char *name); 32pies_acl_t pies_acl_lookup (const char *name);
33int pies_acl_install (pies_acl_t acl, grecs_locus_t * locus); 33pies_acl_t pies_acl_install (pies_acl_t acl);
34 34
35int assert_grecs_value_type (grecs_locus_t *locus, 35int assert_grecs_value_type (grecs_locus_t *locus,
36 const grecs_value_t *value, int type); 36 const grecs_value_t *value, int type);

Return to:

Send suggestions and report system problems to the System administrator.