X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmachine-id-setup.h;h=f7707c3bf9f6d6d2959e0af88d222b289d37854c;hb=f5b51ea7fcb0b6380c3ceb4d4f3f22f647c6fd32;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..f7707c3bf 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,5 @@ along with systemd; If not, see . ***/ -int machine_id_setup(void); - -#endif +int machine_id_commit(const char *root); +int machine_id_setup(const char *root);