diff options
Diffstat (limited to 'src/godmode.h')
-rw-r--r-- | src/godmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/godmode.h b/src/godmode.h index 990a3656..1af74484 100644 --- a/src/godmode.h +++ b/src/godmode.h @@ -24,7 +24,7 @@ extern "C" { #endif typedef enum part_offset part_offset_t; -int interface_recovery(disk_t *disk_car, const list_part_t * list_part_org, const int verbose, const int dump_ind, const int align, const int ask_part_order, const unsigned int expert, const int search_vista_part, char **current_cmd); +int interface_recovery(disk_t *disk_car, const list_part_t * list_part_org, const int verbose, const int dump_ind, const int align, const int ask_part_order, const unsigned int expert, char **current_cmd); void only_one_bootable( list_part_t *list_part, list_part_t *part_boot); #ifdef __cplusplus |