mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-07 17:51:23 +00:00
btrfs-progs: remove stray function declaration
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6c5d2a7f6f
commit
2761c37d25
1
utils.h
1
utils.h
@ -176,7 +176,6 @@ int pretty_size_snprintf(u64 size, char *str, size_t str_bytes, unsigned unit_mo
|
|||||||
#define pretty_size(size) pretty_size_mode(size, UNITS_DEFAULT)
|
#define pretty_size(size) pretty_size_mode(size, UNITS_DEFAULT)
|
||||||
const char *pretty_size_mode(u64 size, unsigned mode);
|
const char *pretty_size_mode(u64 size, unsigned mode);
|
||||||
|
|
||||||
int get_mountpt(char *dev, char *mntpt, size_t size);
|
|
||||||
u64 parse_size(char *s);
|
u64 parse_size(char *s);
|
||||||
u64 parse_qgroupid(const char *p);
|
u64 parse_qgroupid(const char *p);
|
||||||
u64 arg_strtou64(const char *str);
|
u64 arg_strtou64(const char *str);
|
||||||
|
Loading…
Reference in New Issue
Block a user