From: Ray Strode Date: Tue, 10 Jul 2018 19:58:04 +0000 (-0400) Subject: main: fix build X-Git-Tag: 0.9.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ef8ee24bf5875875af44a91cd24975a4d92664;p=thirdparty%2Fplymouth.git 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. --- diff --git a/src/main.c b/src/main.c index 5555f0bb..7e58fffe 100644 --- a/src/main.c +++ b/src/main.c @@ -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)