summaryrefslogtreecommitdiff
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-12-07 14:30:57 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-13 08:20:10 -0600
commit0e3e611a137a264a343335d18d500fce7af8e0f7 (patch)
tree669e984f4b7286de295d61ca0dad9ade0e642960 /tools/toollib.h
parentd71aaca07b2c14049130ab368221510c65236af7 (diff)
downloadlvm2-0e3e611a137a264a343335d18d500fce7af8e0f7.tar.gz
lvconvert: use command defs for thin/cache/pool creation
Everything related to thin and cache.
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index 67e45a2ec..504721e86 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -240,4 +240,6 @@ int validate_restricted_lvname_param(struct cmd_context *cmd, const char **vg_na
int lvremove_single(struct cmd_context *cmd, struct logical_volume *lv,
struct processing_handle *handle __attribute__((unused)));
+int get_lvt_enum(struct logical_volume *lv);
+
#endif