From 1ffcc9b455b56899bd1f8a0c2d90f0e31eba7a20 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 9 Feb 2017 15:20:16 +0100 Subject: btrfs-progs: move prefixcmp helper to utils Signed-off-by: David Sterba --- utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 31ccbf07..24d0a200 100644 --- a/utils.h +++ b/utils.h @@ -146,6 +146,7 @@ int btrfs_tree_search2_ioctl_supported(int fd); unsigned int get_unit_mode_from_arg(int *argc, char *argv[], int df_mode); int string_is_numerical(const char *str); +int prefixcmp(const char *str, const char *prefix); /* * Global program state, configurable by command line and available to -- cgit v1.2.3