chiark / gitweb /
treewide: use stdio_unset_cloexec() function
[elogind.git] / src / core / mount-setup.h
index 395a4923eee0664bb9dac164e5f052ef52637b5d..b6c2d7cb8b0af6777bccba255263f8f22b282c09 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
 
 #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