X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Facl-util.h;h=36ef490d7eb92fe567d2fcb44f1ef10c434ea1b7;hp=31fbbcd51065eae97a069e9cfc2bbac434eedab0;hb=ea6c2dd1f819c3d481fc590849809aeb552c1d48;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h index 31fbbcd51..36ef490d7 100644 --- a/src/shared/acl-util.h +++ b/src/shared/acl-util.h @@ -21,4 +21,8 @@ along with systemd; If not, see . ***/ +#include + int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry); +int calc_acl_mask_if_needed(acl_t *acl_p); +int search_acl_groups(char*** dst, const char* path, bool* belong);