summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-07 01:37:39 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-07 01:37:39 +0100
commite4bac488f9eee315c86ff2f6d15341be58a87a8a (patch)
tree847464ae86c11feea202a02c6f49ebe229abb522 /src/systemd
parent39f7f5c108a55b8f6898154d4f7702a3443ac4d0 (diff)
sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is dispensable
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-id128.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h
index d835cf476..22fcb9327 100644
--- a/src/systemd/sd-id128.h
+++ b/src/systemd/sd-id128.h
@@ -39,8 +39,6 @@ int sd_id128_from_string(const char s[33], sd_id128_t *ret);
int sd_id128_randomize(sd_id128_t *ret);
-sd_id128_t sd_id128_make_v4_uuid(sd_id128_t id);
-
int sd_id128_get_machine(sd_id128_t *ret);
int sd_id128_get_boot(sd_id128_t *ret);