]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/chown-recursive.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / core / chown-recursive.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2017 Lennart Poettering
8 ***/
9
10 #include <sys/types.h>
11
12 int path_chown_recursive(const char *path, uid_t uid, gid_t gid);