summaryrefslogtreecommitdiff
path: root/src/core/chown-recursive.h
blob: bfee05f3be56159ec03fc11c8763c32718db9398 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include <sys/types.h>

int path_chown_recursive(const char *path, uid_t uid, gid_t gid, mode_t mask);