chiark / gitweb /
Prep v228: Condense elogind source masks (4/5)
[elogind.git] / src / core / mount-setup.h
index 22b5a7823f9260cfc2109f814c63d58abb05d1d0..e7246b2bc997f4cb0b6cd5b2a020067ebd248df7 100644 (file)
 
 #include <stdbool.h>
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int mount_setup_early(void);
 #endif // 0
 int mount_setup(bool loaded_policy);
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int mount_cgroup_controllers(char ***join_controllers);
 
 bool mount_point_is_api(const char *path);