summaryrefslogtreecommitdiffstats
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-12-20 15:42:55 +0000
committerAlasdair Kergon <agk@redhat.com>2007-12-20 15:42:55 +0000
commita69ab6527868dbc13483a742dd6e547600945705 (patch)
treee97457d63cb8a5ed5fc99bc071e2e2f5645b2bbb /tools/toollib.h
parent72199adfc3bd1930dae6800e07ced9a88a8ef75b (diff)
downloadlvm2-a69ab6527868dbc13483a742dd6e547600945705.tar.gz
lvm2-a69ab6527868dbc13483a742dd6e547600945705.tar.xz
lvm2-a69ab6527868dbc13483a742dd6e547600945705.zip
Major restructuring of pvmove and lvconvert layer manipulation code
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h11
1 files changed, 0 insertions, 11 deletions
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);