mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
Remove superfluous asterisk in function prototype
We were passing a pointer to a function pointer instead of just a function pointer.
This commit is contained in:
parent
b4842e3c74
commit
9cb9af7c20
2 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ ply_boot_splash_update_output (ply_boot_splash_t *splash,
|
|||
|
||||
void
|
||||
ply_boot_splash_ask_for_password (ply_boot_splash_t *splash,
|
||||
ply_boot_splash_password_answer_handler_t *answer_handler,
|
||||
ply_boot_splash_password_answer_handler_t answer_handler,
|
||||
void *answer_data)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ void ply_boot_splash_update_output (ply_boot_splash_t *splash,
|
|||
size_t size);
|
||||
|
||||
void ply_boot_splash_ask_for_password (ply_boot_splash_t *splash,
|
||||
ply_boot_splash_password_answer_handler_t *answer_handler,
|
||||
ply_boot_splash_password_answer_handler_t answer_handler,
|
||||
void *answer_data);
|
||||
void ply_boot_splash_hide (ply_boot_splash_t *splash);
|
||||
void ply_boot_splash_attach_to_event_loop (ply_boot_splash_t *splash,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue