diff options
Diffstat (limited to 'src/ctx.h')
-rw-r--r-- | src/ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ struct bfs_ctx { size_t argc; /** The unparsed command line arguments. */ char **argv; + /** The argument token kinds. */ + enum bfs_kind *kinds; /** The root paths. */ const char **paths; |