X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmachine-id-setup.h;h=b0583eefc8fef40d9d85f0957c3ea4e02115c973;hb=a2c0e528b8b5ba370527db279605e4e4135689c1;hp=16f45d86d3033755ff36b72fbfbe44ada5418552;hpb=08e1fb68d78b4adf26cce8387fc428b9e370bcf4;p=elogind.git diff --git a/src/core/machine-id-setup.h b/src/core/machine-id-setup.h index 16f45d86d..b0583eefc 100644 --- a/src/core/machine-id-setup.h +++ b/src/core/machine-id-setup.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foomachineidsetuphfoo -#define foomachineidsetuphfoo +#pragma once /*** This file is part of systemd. @@ -22,6 +21,4 @@ along with systemd; If not, see . ***/ -int machine_id_setup(void); - -#endif +int machine_id_setup(const char *root);