From a91920310d20e1fc472dea044fce8fd9438835df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 13:47:09 +0900 Subject: internal: relocate packages Signed-off-by: Ophestra --- internal/acl/libacl-helper.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 internal/acl/libacl-helper.h (limited to 'internal/acl/libacl-helper.h') diff --git a/internal/acl/libacl-helper.h b/internal/acl/libacl-helper.h new file mode 100644 index 00000000..b86eb170 --- /dev/null +++ b/internal/acl/libacl-helper.h @@ -0,0 +1,4 @@ +#include + +int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, + acl_perm_t *perms, size_t plen); -- cgit v1.3.1