summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
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;