acl.h revision 78b2e3a632748fbeae8a9eb70ab1940e4a70619a
3853N/A/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
3853N/A
3853N/A#ifndef fooaclutilhfoo
3853N/A#define fooaclutilhfoo
3853N/A
3853N/A/***
3853N/A This file is part of systemd.
3853N/A
3853N/A Copyright 2011 Lennart Poettering
3853N/A
3853N/A systemd is free software; you can redistribute it and/or modify it
3853N/A under the terms of the GNU General Public License as published by
3853N/A the Free Software Foundation; either version 2 of the License, or
3853N/A (at your option) any later version.
3853N/A
3853N/A systemd is distributed in the hope that it will be useful, but
3853N/A WITHOUT ANY WARRANTY; without even the implied warranty of
3853N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3853N/A General Public License for more details.
3853N/A
3853N/A You should have received a copy of the GNU General Public License
3853N/A along with systemd; If not, see <http://www.gnu.org/licenses/>.
3853N/A***/
3853N/A
5035N/Aint acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry);
3853N/A
3853N/A#endif
3853N/A