summaryrefslogtreecommitdiff
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2020-01-14 14:12:20 -0600
committerDavid Teigland <teigland@redhat.com>2020-04-13 10:04:14 -0500
commitb6b4ad8e28eff7476cb04c4cb93312b06605b82f (patch)
treeedb9319778093939d936c2d9e47002276f0461f8 /tools/toollib.h
parent0dd905c959a8f36ea627027336b6d5dafb015001 (diff)
downloadlvm2-b6b4ad8e28eff7476cb04c4cb93312b06605b82f.tar.gz
move pv_list code into lib
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index 9102f55ae..53a5e5b4f 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -182,15 +182,6 @@ void opt_array_to_str(struct cmd_context *cmd, int *opts, int count,
int pvcreate_params_from_args(struct cmd_context *cmd, struct pvcreate_params *pp);
int pvcreate_each_device(struct cmd_context *cmd, struct processing_handle *handle, struct pvcreate_params *pp);
-/*
- * Builds a list of pv's from the names in argv. Used in
- * lvcreate/extend.
- */
-struct dm_list *create_pv_list(struct dm_pool *mem, struct volume_group *vg, int argc,
- char **argv, int allocatable_only);
-
-struct dm_list *clone_pv_list(struct dm_pool *mem, struct dm_list *pvs);
-
int vgcreate_params_set_defaults(struct cmd_context *cmd,
struct vgcreate_params *vp_def,
struct volume_group *vg);