]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/id128-print.h
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / shared / id128-print.h
index 6b5b331bbf6ef86ea5da305467f8e2e324dce675..5d50de0fc89abeb7f7cbeecafc72ffba12f6b091 100644 (file)
@@ -2,4 +2,9 @@
 
 #pragma once
 
-int id128_generate_new(void);
+#include <stdbool.h>
+
+#include "sd-id128.h"
+
+int id128_pretty_print(sd_id128_t id, bool pretty);
+int id128_print_new(bool pretty);