diff options
Diffstat (limited to 'discover/boot.h')
-rw-r--r-- | discover/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/boot.h b/discover/boot.h index 0f27341..69643bf 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -7,7 +7,7 @@ struct boot_option; struct boot_command; -typedef void (*boot_status_fn)(void *arg, struct boot_status *); +typedef void (*boot_status_fn)(void *arg, struct status *); struct boot_task *boot(void *ctx, struct discover_boot_option *opt, struct boot_command *cmd, int dry_run, |