X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fboot.h;fp=discover%2Fboot.h;h=69643bfb5a58dec46e0735095c754436570011b4;hb=4b06a4645e19830581505a675075773adc0857c2;hp=0f2734133bc80c9d43cec55c5c1d4461f6cdfe5b;hpb=ea8bd5f424a9b01c71e1694bb5b6ffc13e3da4f5;p=petitboot 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,