X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.h;h=b32fbc5a529ffeaf1b676bb5617ae4df5d786469;hb=cc98b3025eeb89addb76a27390cb2baca4eab8b9;hp=720b66f76c547b96fecd67b0073fb04222ea7a78;hpb=08e1fb68d78b4adf26cce8387fc428b9e370bcf4;p=elogind.git diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h index 720b66f76..b32fbc5a5 100644 --- a/src/core/mount-setup.h +++ b/src/core/mount-setup.h @@ -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. @@ -25,12 +24,9 @@ #include 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); - -#endif