From 0fc17759476ca38f55b479a12d88f8a7614b7a3b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 15 Jul 2017 22:56:57 -0400 Subject: parse: Ask for confirmation in some cases --- bfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfs.h') diff --git a/bfs.h b/bfs.h index e341bac..f63bda7 100644 --- a/bfs.h +++ b/bfs.h @@ -83,6 +83,9 @@ struct root { * The parsed command line. */ struct cmdline { + /** The unparsed command line arguments. */ + char **argv; + /** The list of root paths. */ struct root *roots; -- cgit v1.2.3