summaryrefslogtreecommitdiffstats
path: root/lib/commands/toolcontext.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-05-06 12:00:51 +0000
committerAlasdair Kergon <agk@redhat.com>2003-05-06 12:00:51 +0000
commit9019ed2e77b053f69b7d0382e0128550b2d58ec3 (patch)
tree31aa69e16d37d3c988f82dd0019e8e7cffe9fa0c /lib/commands/toolcontext.h
parentb9e67d4f4681fe199dd02878a3d4fe1dd50710cb (diff)
downloadlvm2-9019ed2e77b053f69b7d0382e0128550b2d58ec3.tar.gz
lvm2-9019ed2e77b053f69b7d0382e0128550b2d58ec3.tar.xz
lvm2-9019ed2e77b053f69b7d0382e0128550b2d58ec3.zip
Add argv
Diffstat (limited to 'lib/commands/toolcontext.h')
-rw-r--r--lib/commands/toolcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h
index 875b6693..08b813ed 100644
--- a/lib/commands/toolcontext.h
+++ b/lib/commands/toolcontext.h
@@ -53,6 +53,7 @@ struct cmd_context {
char *cmd_line;
struct command *command;
struct arg *args;
+ char **argv;
struct dev_filter *filter;
int dump_filter; /* Dump filter when exiting? */