diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-22 12:12:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-22 12:59:36 +0200 |
commit | 4b1afed01f092a2c6903b69205ca2ba99ead0d1d (patch) | |
tree | e6f7b86c79fca00e87306721415e3bf4e8762dcd /src/core/machine-id-setup.h | |
parent | 9ca8d43479dc198e8d6fc86492aa6576f97bbfc2 (diff) |
core: rework machine-id-setup.c to use the calls from id128-util.[ch]
This allows us to delete quite a bit of code and make the whole thing a lot
shorter.
Diffstat (limited to 'src/core/machine-id-setup.h')
-rw-r--r-- | src/core/machine-id-setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/machine-id-setup.h b/src/core/machine-id-setup.h index a7e7678ed9..29f4620646 100644 --- a/src/core/machine-id-setup.h +++ b/src/core/machine-id-setup.h @@ -20,4 +20,4 @@ ***/ int machine_id_commit(const char *root); -int machine_id_setup(const char *root, sd_id128_t machine_id); +int machine_id_setup(const char *root, sd_id128_t requested, sd_id128_t *ret); |