summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-07-15 22:56:57 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-07-16 12:02:11 -0400
commit0fc17759476ca38f55b479a12d88f8a7614b7a3b (patch)
tree8a8033d3d2714f80db008300a5afaf876564d538 /bfs.h
parentdb2fa0e1059a2426a1afa4fc0c97d6f85f176641 (diff)
downloadbfs-0fc17759476ca38f55b479a12d88f8a7614b7a3b.tar.xz
parse: Ask for confirmation in some cases
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h3
1 files changed, 3 insertions, 0 deletions
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;