From: Charlie Brej Date: Wed, 24 Mar 2010 10:56:18 +0000 (+0000) Subject: [main] Adds a declaration of toggle_between_splash_and_details X-Git-Tag: 0.8.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce823509c346c5cbfce6f9cd9581be472bf2b2c0;p=thirdparty%2Fplymouth.git [main] Adds a declaration of toggle_between_splash_and_details Fixes a compile error about a static declaration following an implicit declaration. --- diff --git a/src/main.c b/src/main.c index 0e2a9598..a55ef706 100644 --- a/src/main.c +++ b/src/main.c @@ -140,6 +140,7 @@ static char *pid_file = NULL; static void check_for_consoles (state_t *state, const char *default_tty, bool should_add_displays); +static void toggle_between_splash_and_details (state_t *state); static void on_session_output (state_t *state,