summaryrefslogtreecommitdiff
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-02-13 14:58:51 +0000
committerAlasdair G Kergon <agk@redhat.com>2015-02-13 14:58:51 +0000
commitf5d06efbab4c7c77298b18b95c23111575a8db1a (patch)
tree608911be0082beb563fd2700d52acf12af3e14ce /tools/toollib.h
parent1ced5562cddb38b0eda1be1e1657b5eee2500f37 (diff)
downloadlvm2-f5d06efbab4c7c77298b18b95c23111575a8db1a.tar.gz
vgextend: Use process_each_vg.
Tags and --select are not yet supported because new code is needed to ensure exactly one VG matches before the VG starts to be processed.
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index 7486d4406..b9d4680ad 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -174,8 +174,7 @@ int lv_refresh(struct cmd_context *cmd, struct logical_volume *lv);
int vg_refresh_visible(struct cmd_context *cmd, struct volume_group *vg);
void lv_spawn_background_polling(struct cmd_context *cmd,
struct logical_volume *lv);
-int pvcreate_params_validate(struct cmd_context *cmd,
- int argc, char **argv,
+int pvcreate_params_validate(struct cmd_context *cmd, int argc,
struct pvcreate_params *pp);
int get_activation_monitoring_mode(struct cmd_context *cmd,