diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-08 11:21:31 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-08 11:21:53 -0400 |
commit | 79ec3dd3e3cae13f67f2362644e55c2da676d72b (patch) | |
tree | cf5f399c8f5bf6f2398fe85f55208ce8d270bab2 /c_src/tools-util.h | |
parent | 51315289f249fa5569a776eaa98c7ee557b61077 (diff) |
cmd_super.c
Move some things out of cmd_format.c
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src/tools-util.h')
-rw-r--r-- | c_src/tools-util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_src/tools-util.h b/c_src/tools-util.h index 1352050e..239d7e29 100644 --- a/c_src/tools-util.h +++ b/c_src/tools-util.h @@ -92,8 +92,8 @@ void write_file_str(int, const char *, const char *); char *read_file_str(int, const char *); u64 read_file_u64(int, const char *); -ssize_t read_string_list_or_die(const char *, const char * const[], - const char *); +ssize_t read_string_list_or_die(const char *, const char * const[], const char *); +u64 read_flag_list_or_die(char *, const char * const[], const char *); u64 get_size(int); unsigned get_blocksize(int); |