summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-02-09 15:20:16 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:47 +0100
commit1ffcc9b455b56899bd1f8a0c2d90f0e31eba7a20 (patch)
treefc948700ce45fd51e40ab6ed5d361d74de8c9435 /utils.h
parent2db52a6a481b26114a47299bfc21b2c33ab46e08 (diff)
btrfs-progs: move prefixcmp helper to utils
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 1 insertions, 0 deletions
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