summaryrefslogtreecommitdiffstats
path: root/src/shared/bootspec.h
diff options
context:
space:
mode:
authorLudwig Nussel <ludwig.nussel@suse.de>2023-04-06 11:45:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-04-07 10:22:37 +0200
commit4bc14b1790752b6083861d370334ad438d859c54 (patch)
tree82532e3d4ecb256337533a74a18abd8fb597f76a /src/shared/bootspec.h
parentresolve: change DNS_PACKET_UNICAST_SIZE_LARGE_MAX to 1232 (#27171) (diff)
downloadsystemd-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.h1
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);