mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 20:38:11 +02:00
[two-step] Add prototype for exported function
This commit is contained in:
parent
5125f624f6
commit
68f72b2b36
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ struct _ply_boot_splash_plugin
|
|||
uint32_t is_idle : 1;
|
||||
};
|
||||
|
||||
ply_boot_splash_plugin_interface_t * ply_boot_splash_plugin_get_interface (void);
|
||||
|
||||
static void stop_animation (ply_boot_splash_plugin_t *plugin,
|
||||
ply_trigger_t *idle_trigger);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue