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=23090d99843a6d55b9c1b04763e6bbd508773239;hp=31fbbcd51065eae97a069e9cfc2bbac434eedab0;hb=478c82693c386e7a6e8e4b37cc99fb19b12e7186;hpb=737732a41e5702540f51c760bebd3b8152c04727 diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h index 31fbbcd51..23090d998 100644 --- a/src/shared/acl-util.h +++ b/src/shared/acl-util.h @@ -21,4 +21,7 @@ along with systemd; If not, see . ***/ +#include + int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry); +int search_acl_groups(char*** dst, const char* path, bool* belong);