Blame exports

rpm-build 0a0c83
# Copyright (C) 2003  Andreas Gruenbacher <agruen@suse.de>
rpm-build 0a0c83
#
rpm-build 0a0c83
# This program is free software: you can redistribute it and/or modify it
rpm-build 0a0c83
# under the terms of the GNU Lesser General Public License as published by
rpm-build 0a0c83
# the Free Software Foundation, either version 2.1 of the License, or
rpm-build 0a0c83
# (at your option) any later version.
rpm-build 0a0c83
#
rpm-build 0a0c83
# This program is distributed in the hope that it will be useful,
rpm-build 0a0c83
# but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0a0c83
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
rpm-build 0a0c83
# GNU Lesser General Public License for more details.
rpm-build 0a0c83
#
rpm-build 0a0c83
# You should have received a copy of the GNU Lesser General Public License
rpm-build 0a0c83
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
rpm-build 0a0c83
#
rpm-build 0a0c83
rpm-build 0a0c83
ACL_1.0 {
rpm-build 0a0c83
    global:
rpm-build 0a0c83
	# POSIX 1003.1e draft stardard 17 functions
rpm-build 0a0c83
	acl_init;
rpm-build 0a0c83
	acl_dup;
rpm-build 0a0c83
	acl_free;
rpm-build 0a0c83
	acl_valid;
rpm-build 0a0c83
	acl_copy_entry;
rpm-build 0a0c83
	acl_create_entry;
rpm-build 0a0c83
	acl_delete_entry;
rpm-build 0a0c83
	acl_get_entry;
rpm-build 0a0c83
	acl_add_perm;
rpm-build 0a0c83
	acl_calc_mask;
rpm-build 0a0c83
	acl_clear_perms;
rpm-build 0a0c83
	acl_delete_perm;
rpm-build 0a0c83
	acl_get_permset;
rpm-build 0a0c83
	acl_set_permset;
rpm-build 0a0c83
	acl_get_qualifier;
rpm-build 0a0c83
	acl_get_tag_type;
rpm-build 0a0c83
	acl_set_qualifier;
rpm-build 0a0c83
	acl_set_tag_type;
rpm-build 0a0c83
	acl_copy_ext;
rpm-build 0a0c83
	acl_copy_int;
rpm-build 0a0c83
	acl_from_text;
rpm-build 0a0c83
	acl_size;
rpm-build 0a0c83
	acl_to_text;
rpm-build 0a0c83
	acl_delete_def_file;
rpm-build 0a0c83
	acl_get_fd;
rpm-build 0a0c83
	acl_get_file;
rpm-build 0a0c83
	acl_set_fd;
rpm-build 0a0c83
	acl_set_file;
rpm-build 0a0c83
rpm-build 0a0c83
	# Linux specific extensions
rpm-build 0a0c83
	acl_check;
rpm-build 0a0c83
	acl_cmp;
rpm-build 0a0c83
	acl_entries;
rpm-build 0a0c83
	acl_equiv_mode;
rpm-build 0a0c83
	acl_error;
rpm-build 0a0c83
	acl_extended_fd;
rpm-build 0a0c83
	acl_extended_file;
rpm-build 0a0c83
	acl_from_mode;
rpm-build 0a0c83
	acl_get_perm;
rpm-build 0a0c83
	acl_to_any_text;
rpm-build 0a0c83
rpm-build 0a0c83
    local:
rpm-build 0a0c83
	# Library internal stuff
rpm-build 0a0c83
	*;
rpm-build 0a0c83
};
rpm-build 0a0c83
rpm-build 0a0c83
ACL_1.1 {
rpm-build 0a0c83
    global:
rpm-build 0a0c83
	# Linux specific extensions
rpm-build 0a0c83
	perm_copy_fd;
rpm-build 0a0c83
	perm_copy_file;
rpm-build 0a0c83
} ACL_1.0;
rpm-build 0a0c83
rpm-build 0a0c83
ACL_1.2 {
rpm-build 0a0c83
    global:
rpm-build 0a0c83
	# Linux specific extensions
rpm-build 0a0c83
	acl_extended_file_nofollow;
rpm-build 0a0c83
} ACL_1.1;