summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/metadata/pv_map.h1
-rw-r--r--tools/toollib.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/metadata/pv_map.h b/lib/metadata/pv_map.h
index 84b85d1f..4ebfd4a0 100644
--- a/lib/metadata/pv_map.h
+++ b/lib/metadata/pv_map.h
@@ -69,6 +69,5 @@ void consume_pv_area(struct pv_area *area, uint32_t to_go);
void reinsert_reduced_pv_area(struct pv_area *pva);
uint32_t pv_maps_size(struct dm_list *pvms);
-void reinsert_reduced_pv_area(struct pv_area *pva);
#endif
diff --git a/tools/toollib.h b/tools/toollib.h
index daab95a3..71e516fb 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -96,9 +96,6 @@ struct dm_list *create_pv_list(struct dm_pool *mem, struct volume_group *vg, int
struct dm_list *clone_pv_list(struct dm_pool *mem, struct dm_list *pvs);
-int apply_lvname_restrictions(const char *name);
-int is_reserved_lvname(const char *name);
-
void vgcreate_params_set_defaults(struct vgcreate_params *vp_def,
struct volume_group *vg);
int vgcreate_params_set_from_args(struct cmd_context *cmd,