mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
main: fix build
I slightly modified Hans patch in commit 129b4a50 before pushing it
and broke the build.
This fixes the build by adding a forward declaration.
This commit is contained in:
parent
b145b25dbe
commit
75ef8ee24b
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ static void on_quit (state_t *state,
|
|||
bool retain_splash,
|
||||
ply_trigger_t *quit_trigger);
|
||||
static bool sh_is_init (state_t *state);
|
||||
static void cancel_pending_delayed_show (state_t *state);
|
||||
|
||||
static ply_boot_splash_mode_t
|
||||
get_splash_mode_from_mode (ply_mode_t mode)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue