summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfs.h b/bfs.h
index 8e879f5..4b43ea5 100644
--- a/bfs.h
+++ b/bfs.h
@@ -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;