mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-02 07:29:58 +00:00
7 lines
155 B
C
7 lines
155 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <sys/types.h>
|
|
|
|
int base_filesystem_create(const char *root, uid_t uid, gid_t gid);
|