chiark / gitweb /
ecd1f79dad0a40e5c94e5f0fd478a3bbf4f52bdc
[elogind.git] / src / core / mount-setup.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   Copyright 2010 Lennart Poettering
6 ***/
7
8 #include <stdbool.h>
9
10 #if 0 /// UNNEEDED by elogind
11 int mount_setup_early(void);
12 #endif // 0
13 int mount_setup(bool loaded_policy);
14
15 #if 0 /// UNNEEDED by elogind
16 int mount_cgroup_controllers(char ***join_controllers);
17
18 bool mount_point_is_api(const char *path);
19 bool mount_point_ignore(const char *path);
20 #endif // 0