summaryrefslogtreecommitdiff
path: root/c_src/tools-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/tools-util.h')
-rw-r--r--c_src/tools-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/tools-util.h b/c_src/tools-util.h
index d3d6b14b..27652b62 100644
--- a/c_src/tools-util.h
+++ b/c_src/tools-util.h
@@ -98,7 +98,7 @@ ssize_t read_string_list_or_die(const char *, const char * const[],
u64 get_size(int);
unsigned get_blocksize(int);
struct dev_opts;
-int open_for_format(struct dev_opts *, bool);
+int open_for_format(struct dev_opts *, blk_mode_t, bool);
bool ask_yn(void);