diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -54,8 +54,10 @@ struct cmdline { /** Color data. */ struct color_table *colors; - /** -color option. */ - bool color; + /** Colors to use for stdout. */ + const struct color_table *stdout_colors; + /** Colors to use for stderr. */ + const struct color_table *stderr_colors; /** -mindepth option. */ int mindepth; |