diff options
Diffstat (limited to 'tools/toollib.h')
-rw-r--r-- | tools/toollib.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/toollib.h b/tools/toollib.h index 71e516f..b3b0a7c 100644 --- a/tools/toollib.h +++ b/tools/toollib.h @@ -84,8 +84,8 @@ int process_each_lv_in_vg(struct cmd_context *cmd, char *default_vgname(struct cmd_context *cmd); const char *extract_vgname(struct cmd_context *cmd, const char *lv_name); -char *skip_dev_dir(struct cmd_context *cmd, const char *vg_name, - unsigned *dev_dir_found); +const char *skip_dev_dir(struct cmd_context *cmd, const char *vg_name, + unsigned *dev_dir_found); /* * Builds a list of pv's from the names in argv. Used in @@ -110,9 +110,11 @@ int pvcreate_params_validate(struct cmd_context *cmd, struct pvcreate_params *pp); int get_activation_monitoring_mode(struct cmd_context *cmd, - struct volume_group *vg, int *monitoring_mode); int get_stripe_params(struct cmd_context *cmd, uint32_t *stripes, uint32_t *stripe_size); +int change_tag(struct cmd_context *cmd, struct volume_group *vg, + struct logical_volume *lv, struct physical_volume *pv, int arg); + #endif |