]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/machine-id-setup.h
Make the fix for net/if.h fuckup even worse (#3287)
[thirdparty/systemd.git] / src / core / machine-id-setup.h
index b0583eefc8fef40d9d85f0957c3ea4e02115c973..a7e7678ed9133a6fc84408aeb8412cc4eb3f0c85 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -21,4 +19,5 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int machine_id_setup(const char *root);
+int machine_id_commit(const char *root);
+int machine_id_setup(const char *root, sd_id128_t machine_id);