From a69ab6527868dbc13483a742dd6e547600945705 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 20 Dec 2007 15:42:55 +0000 Subject: Major restructuring of pvmove and lvconvert layer manipulation code --- tools/toollib.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tools/toollib.h') diff --git a/tools/toollib.h b/tools/toollib.h index b89f0c3f..aad4f8a8 100644 --- a/tools/toollib.h +++ b/tools/toollib.h @@ -98,17 +98,6 @@ int apply_lvname_restrictions(const char *name); int validate_new_vg_name(struct cmd_context *cmd, const char *vg_name); -int generate_log_name_format(struct volume_group *vg, const char *lv_name, - char *buffer, size_t size); - -struct logical_volume *create_mirror_log(struct cmd_context *cmd, - struct volume_group *vg, - struct alloc_handle *ah, - alloc_policy_t alloc, - const char *lv_name, - int in_sync, - struct list *tags); - int set_lv(struct cmd_context *cmd, struct logical_volume *lv, uint64_t sectors, int value); -- cgit