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