From 4a8af199c28df1f38b6d9e5aa3fcd2657c9d837e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 6 May 2003 12:00:51 +0000 Subject: [PATCH] Add argv --- lib/commands/toolcontext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h index 875b66937..08b813edf 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? */