chiark / gitweb /
Prep v228: Substitute declaration masks (3/4)
[elogind.git] / src / core / mount-setup.h
index 395a4923eee0664bb9dac164e5f052ef52637b5d..22b5a7823f9260cfc2109f814c63d58abb05d1d0 100644 (file)
 
 #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