hdajackretask: fix reset_changes_boot() declaration

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-01-27 11:02:21 +01:00
parent 90c2aa2639
commit 5eaadd15bd

View file

@ -9,7 +9,7 @@ gboolean apply_changes_reconfig(pin_configs_t* pins, int entries, int card, int
gboolean apply_changes_boot(pin_configs_t* pins, int entries, int card, int device,
const char* model, const char* hints, GError** err);
gboolean reset_changes_boot();
gboolean reset_changes_boot(GError ** err);
#endif