]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: fix build
authorRay Strode <rstrode@redhat.com>
Tue, 10 Jul 2018 19:58:04 +0000 (15:58 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 10 Jul 2018 19:58:04 +0000 (15:58 -0400)
I slightly modified Hans patch in commit 129b4a50 before pushing it
and broke the build.

This fixes the build by adding a forward declaration.

src/main.c

index 5555f0bbd8299e4d2d93c53c6361599cee5bea04..7e58fffe05fdb7204f1a51470b4e9be911b62ce5 100644 (file)
@@ -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)