summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-10-23 19:05:31 +0200
committerDavid Sterba <dsterba@suse.cz>2014-12-04 16:48:09 +0100
commit3d1ed6d152107b03c26935a8486af47e22685150 (patch)
tree433e758ee60064eccd0d1ee5667e5bfa40fb1a1d /utils.h
parente4c12281c27e166ebec6e030cdfb85fd40ded13b (diff)
btrfs-progs: move group type and profile pretty printers to utils
Move and add the btrfs_ prefix. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 289e86b4..6948adb5 100644
--- a/utils.h
+++ b/utils.h
@@ -160,5 +160,7 @@ static inline u64 btrfs_min_dev_size(u32 leafsize)
}
int find_next_key(struct btrfs_path *path, struct btrfs_key *key);
+char* btrfs_group_type_str(u64 flag);
+char* btrfs_group_profile_str(u64 flag);
#endif