mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-02 03:48:10 +02:00
[main] Adds a declaration of toggle_between_splash_and_details
Fixes a compile error about a static declaration following an implicit declaration.
This commit is contained in:
parent
b5877c31a0
commit
ce823509c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue