summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-11 17:07:51 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commit20e696d0ded4e2f95ab20e95b148c806a3112949 (patch)
tree647244f0c7e4776dbbe11bb716e383a5fac8e7e9 /src/core/mount-setup.h
parent6917418372a990fbfe9a39864ccefacb37c70cc8 (diff)
Prep v228: Substitute declaration masks (3/4)
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