From 9019ed2e77b053f69b7d0382e0128550b2d58ec3 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 6 May 2003 12:00:51 +0000 Subject: Add argv --- lib/commands/toolcontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/commands/toolcontext.h') 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? */ -- cgit