summaryrefslogtreecommitdiffstats
path: root/tools/tools.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-05-18 22:12:53 +0000
committerAlasdair Kergon <agk@redhat.com>2004-05-18 22:12:53 +0000
commita0a23eff4bd3f0307abcb00521f98dd4fc68f7aa (patch)
tree8c67a5c599ba6fdb54955e0c8f9c4c75dc76cb61 /tools/tools.h
parentb61702ce8c2de83f9131b6732d356cebee5b059a (diff)
downloadlvm2-a0a23eff4bd3f0307abcb00521f98dd4fc68f7aa.tar.gz
lvm2-a0a23eff4bd3f0307abcb00521f98dd4fc68f7aa.tar.xz
lvm2-a0a23eff4bd3f0307abcb00521f98dd4fc68f7aa.zip
Rename allocation policies; add --alloc to cmdline; LV inherits from VG.
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools.h b/tools/tools.h
index 0cd9b244..6433dae5 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -121,6 +121,7 @@ int permission_arg(struct cmd_context *cmd, struct arg *a);
int metadatatype_arg(struct cmd_context *cmd, struct arg *a);
int units_arg(struct cmd_context *cmd, struct arg *a);
int segtype_arg(struct cmd_context *cmd, struct arg *a);
+int alloc_arg(struct cmd_context *cmd, struct arg *a);
char yes_no_prompt(const char *prompt, ...);