]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/chown-recursive.h
947d9cf03711a9ebcf191a58845868eb37316b3b
[thirdparty/systemd.git] / src / core / chown-recursive.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2017 Lennart Poettering
6 ***/
7
8 #include <sys/types.h>
9
10 int path_chown_recursive(const char *path, uid_t uid, gid_t gid);