X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.h;h=1dc5767b083d50a03fa899fe1a8cf56ddb24e473;hp=be2ca5752e9e1eeca5c8471fba6651ec09949f5d;hb=eefe357750df147359aa7ff532343a9b59341ef1;hpb=b8122dc9340e2f208220f0c88b4d71f91b78774f diff --git a/discover/boot.h b/discover/boot.h index be2ca57..1dc5767 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -4,7 +4,7 @@ struct boot_option; struct boot_command; -int boot(void *ctx, struct boot_option *opt, struct boot_command *cmd, +int boot(void *ctx, struct discover_boot_option *opt, struct boot_command *cmd, int dry_run); #endif /* _BOOT_H */