X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.h;h=b6c2d7cb8b0af6777bccba255263f8f22b282c09;hb=f6c8671cc2984c6448d6b1039c0091c93319966a;hp=720b66f76c547b96fecd67b0073fb04222ea7a78;hpb=08e1fb68d78b4adf26cce8387fc428b9e370bcf4;p=elogind.git diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h index 720b66f76..b6c2d7cb8 100644 --- a/src/core/mount-setup.h +++ b/src/core/mount-setup.h @@ -1,7 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#ifndef foomountsetuphfoo -#define foomountsetuphfoo +#pragma once /*** This file is part of systemd. @@ -24,13 +21,14 @@ #include +#if 0 /// UNNEEDED by elogind int mount_setup_early(void); - +#endif // 0 int mount_setup(bool loaded_policy); +#if 0 /// UNNEEDED by elogind int mount_cgroup_controllers(char ***join_controllers); bool mount_point_is_api(const char *path); bool mount_point_ignore(const char *path); - -#endif +#endif // 0