diff options
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools-util.h b/tools-util.h index dafd7916..7a04c108 100644 --- a/tools-util.h +++ b/tools-util.h @@ -64,7 +64,8 @@ ssize_t read_string_list_or_die(const char *, const char * const[], u64 get_size(int); unsigned get_blocksize(int); -int open_for_format(const char *, bool); +struct dev_opts; +int open_for_format(struct dev_opts *, bool); bool ask_yn(void); |