summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-02-14 14:52:02 +0100
committerLennart Poettering <lennart@poettering.net>2022-02-14 15:13:23 +0100
commitb74163607b4e513288d38b7f16e230f5a61400c0 (patch)
tree9a48311cacb1cd135cb40586a24411810ef20672 /man/rules
parentfdf9de694f4c55b8cebd9d749f9c17c4bfb32650 (diff)
downloadsystemd-b74163607b4e513288d38b7f16e230f5a61400c0.tar.gz
sd128: export sd_id128_to_uuid_string()
We expose various other forms of UUID helpers already, i.e. SD_ID128_UUID_FORMAT_STR and SD_ID128_MAKE_UUID_STR(), and we parse UUIDs, hence add a high-level helper for formatting UUIDs too. This doesn't add any new code, it just moves some helpers id128-util.[ch] → sd-id128.[ch], to make them public.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 7200ecf681..793010f75f 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -641,7 +641,12 @@ manpages = [
['sd_id128_randomize', '3', [], ''],
['sd_id128_to_string',
'3',
- ['SD_ID128_STRING_MAX', 'SD_ID128_TO_STRING', 'sd_id128_from_string'],
+ ['SD_ID128_STRING_MAX',
+ 'SD_ID128_TO_STRING',
+ 'SD_ID128_TO_UUID_STRING',
+ 'SD_ID128_UUID_STRING_MAX',
+ 'sd_id128_from_string',
+ 'sd_id128_to_uuid_string'],
''],
['sd_is_fifo',
'3',