From 8f76aee6bc7cd0155ca6a251f6656a5560298f54 Mon Sep 17 00:00:00 2001 From: Goffredo Baroncelli Date: Mon, 29 Oct 2012 18:53:17 +0100 Subject: Move parse_size() to utils.[hc] Move the function from cmds-filesystem.c and mkfs.c to utils.c Signed-off-by: Goffredo Baroncelli --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 3a0368b2..714fd7ac 100644 --- a/utils.h +++ b/utils.h @@ -46,4 +46,6 @@ int check_label(char *input); int get_mountpt(char *dev, char *mntpt, size_t size); int btrfs_scan_block_devices(int run_ioctl); + +u64 parse_size(char *s); #endif -- cgit v1.2.3