]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/bootspec: also export boot_config_load_type1()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 6 May 2022 12:44:05 +0000 (14:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 8 May 2022 15:57:57 +0000 (17:57 +0200)
commita847b539de828bf7e877cf0f8a014a8360d32a79
tree4fec75f2e69e2439cc593ab484329b74572c55a8
parent5ba1550fd8a80466693275e62e4b1e152e477cf8
shared/bootspec: also export boot_config_load_type1()

The reallocation of memory and counter incrementation is moved from
the only caller to the function. This way the callers can remain oblivious
of the BootConfig internals.
src/shared/bootspec.c
src/shared/bootspec.h