diff options
Diffstat (limited to 'src/shared/id128-print.h')
-rw-r--r-- | src/shared/id128-print.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/shared/id128-print.h b/src/shared/id128-print.h new file mode 100644 index 0000000..5d50de0 --- /dev/null +++ b/src/shared/id128-print.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ + +#pragma once + +#include <stdbool.h> + +#include "sd-id128.h" + +int id128_pretty_print(sd_id128_t id, bool pretty); +int id128_print_new(bool pretty); |