diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |