blob: c01fa03e9fe519458f0a0a0822e19dc1e3508ead (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright © 2014 Kay Sievers
***/
#include <sys/types.h>
int base_filesystem_create(const char *root, uid_t uid, gid_t gid);
|