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 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 */ |