diff options
author | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-08-29 17:32:55 -0400 |
---|---|---|
committer | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-10-08 21:06:07 -0400 |
commit | b2ffa12074f1a6060b715e0891c1efb3ee64be68 (patch) | |
tree | be747d1b4d0a3e76da2bee78d69dd88272da7c9b /tools-util.h | |
parent | 1251ea58a84e365db3754e6f5f57bd442484dc89 (diff) |
deleted unused path to device in get_size, get_blocksize
Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com>
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools-util.h b/tools-util.h index e7bdd2c3..dafd7916 100644 --- a/tools-util.h +++ b/tools-util.h @@ -62,8 +62,8 @@ u64 read_file_u64(int, const char *); ssize_t read_string_list_or_die(const char *, const char * const[], const char *); -u64 get_size(const char *, int); -unsigned get_blocksize(const char *, int); +u64 get_size(int); +unsigned get_blocksize(int); int open_for_format(const char *, bool); bool ask_yn(void); |