chiark / gitweb /
util-lib: add ordered_set_ensure_allocated()
[elogind.git] / src / core / mount-setup.h
index 395a4923eee0664bb9dac164e5f052ef52637b5d..e7246b2bc997f4cb0b6cd5b2a020067ebd248df7 100644 (file)
 
 #include <stdbool.h>
 
-// UNNEEDED int mount_setup_early(void);
+#if 0 /// UNNEEDED by elogind
+int mount_setup_early(void);
+#endif // 0
 int mount_setup(bool loaded_policy);
 
-// UNNEEDED int mount_cgroup_controllers(char ***join_controllers);
+#if 0 /// UNNEEDED by elogind
+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