chiark / gitweb /
util-lib: move formats-util.h from shared/ to basic/
[elogind.git] / src / core / mount-setup.h
index 720b66f76c547b96fecd67b0073fb04222ea7a78..395a4923eee0664bb9dac164e5f052ef52637b5d 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foomountsetuphfoo
-#define foomountsetuphfoo
+#pragma once
 
 /***
   This file is part of systemd.
 
 #include <stdbool.h>
 
-int mount_setup_early(void);
-
+// UNNEEDED int mount_setup_early(void);
 int mount_setup(bool loaded_policy);
 
-int mount_cgroup_controllers(char ***join_controllers);
-
-bool mount_point_is_api(const char *path);
-bool mount_point_ignore(const char *path);
+// UNNEEDED int mount_cgroup_controllers(char ***join_controllers);
 
-#endif
+// UNNEEDED bool mount_point_is_api(const char *path);
+// UNNEEDED bool mount_point_ignore(const char *path);