summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-09-29 17:04:59 +0200
committerDavid Sterba <dsterba@suse.com>2016-10-03 15:07:23 +0200
commit2761c37d25e61e0bff04f0dac076ba9d1edb87be (patch)
tree8f8c75d28c2d2fc622c2d9628b56282fc573047b /utils.h
parent6c5d2a7f6f12d247f285b47eaab334109c2bef57 (diff)
btrfs-progs: remove stray function declaration
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index f4e11bf3..22e35152 100644
--- a/utils.h
+++ b/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)
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_qgroupid(const char *p);
u64 arg_strtou64(const char *str);