Git init
[framework/base/acl.git] / exports
1 # Copyright (C) 2003  Andreas Gruenbacher <agruen@suse.de>
2 #
3 # This program is free software: you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation, either version 2.1 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public License
14 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
15 #
16
17 ACL_1.0 {
18     global:
19         # POSIX 1003.1e draft stardard 17 functions
20         acl_init;
21         acl_dup;
22         acl_free;
23         acl_valid;
24         acl_copy_entry;
25         acl_create_entry;
26         acl_delete_entry;
27         acl_get_entry;
28         acl_add_perm;
29         acl_calc_mask;
30         acl_clear_perms;
31         acl_delete_perm;
32         acl_get_permset;
33         acl_set_permset;
34         acl_get_qualifier;
35         acl_get_tag_type;
36         acl_set_qualifier;
37         acl_set_tag_type;
38         acl_copy_ext;
39         acl_copy_int;
40         acl_from_text;
41         acl_size;
42         acl_to_text;
43         acl_delete_def_file;
44         acl_get_fd;
45         acl_get_file;
46         acl_set_fd;
47         acl_set_file;
48
49         # Linux specific extensions
50         acl_check;
51         acl_cmp;
52         acl_entries;
53         acl_equiv_mode;
54         acl_error;
55         acl_extended_fd;
56         acl_extended_file;
57         acl_from_mode;
58         acl_get_perm;
59         acl_to_any_text;
60
61     local:
62         # Library internal stuff
63         __new_var_obj_p;
64         __new_obj_p_here;
65         __free_obj_p;
66         __check_obj_p;
67         __ext2int_and_check;
68         __acl_reorder_entry_obj_p;
69         __acl_reorder_obj_p;
70         __acl_init_obj;
71         __acl_create_entry_obj;
72         __acl_free_acl_obj;
73         __acl_to_any_text;
74         __apply_mask_to_mode;
75
76         quote;
77         unquote;
78 };
79
80 ACL_1.1 {
81     global:
82         # Linux specific extensions
83         perm_copy_fd;
84         perm_copy_file;
85 } ACL_1.0;