summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mount-setup.h')
-rw-r--r--src/core/mount-setup.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h
index 395a4923e..22b5a7823 100644
--- a/src/core/mount-setup.h
+++ b/src/core/mount-setup.h
@@ -23,10 +23,16 @@
#include <stdbool.h>
-// UNNEEDED int mount_setup_early(void);
+/// UNNEEDED by elogind
+#if 0
+int mount_setup_early(void);
+#endif // 0
int mount_setup(bool loaded_policy);
-// UNNEEDED int mount_cgroup_controllers(char ***join_controllers);
+/// UNNEEDED by elogind
+#if 0
+int mount_cgroup_controllers(char ***join_controllers);
-// UNNEEDED bool mount_point_is_api(const char *path);
-// UNNEEDED bool mount_point_ignore(const char *path);
+bool mount_point_is_api(const char *path);
+bool mount_point_ignore(const char *path);
+#endif // 0