]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/nspawn-patch-uid.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / nspawn / nspawn-patch-uid.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
7336138e 2
53e1b683
ZJS
3#pragma once
4
7336138e
LP
5#include <sys/types.h>
6
7336138e 7int path_patch_uid(const char *path, uid_t shift, uid_t range);