diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2023-04-06 11:45:23 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-04-07 10:22:37 +0200 |
commit | 4bc14b1790752b6083861d370334ad438d859c54 (patch) | |
tree | 82532e3d4ecb256337533a74a18abd8fb597f76a /src/shared/bootspec.h | |
parent | resolve: change DNS_PACKET_UNICAST_SIZE_LARGE_MAX to 1232 (#27171) (diff) | |
download | systemd-4bc14b1790752b6083861d370334ad438d859c54.tar.xz systemd-4bc14b1790752b6083861d370334ad438d859c54.zip |
bootctl: show report state and type in json output
Diffstat (limited to 'src/shared/bootspec.h')
-rw-r--r-- | src/shared/bootspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h index ac4d1890b0..ddd149eadb 100644 --- a/src/shared/bootspec.h +++ b/src/shared/bootspec.h @@ -79,6 +79,7 @@ typedef struct BootConfig { } const char* boot_entry_type_to_string(BootEntryType); +const char* boot_entry_type_json_to_string(BootEntryType); BootEntry* boot_config_find_entry(BootConfig *config, const char *id); |