diff options
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools-util.h b/tools-util.h index 1aac56ae..8451b117 100644 --- a/tools-util.h +++ b/tools-util.h @@ -121,6 +121,7 @@ ssize_t read_string_list_or_die(const char *, const char * const[], u64 get_size(const char *, int); unsigned get_blocksize(const char *, int); +int open_for_format(const char *, bool); int bcachectl_open(void); @@ -203,4 +204,6 @@ struct fiemap_extent fiemap_iter_next(struct fiemap_iter *); const char *strcmp_prefix(const char *, const char *); +unsigned hatoi_validate(const char *, const char *); + #endif /* _TOOLS_UTIL_H */ |