summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfs.h b/bfs.h
index 4b43ea5..b031eb1 100644
--- a/bfs.h
+++ b/bfs.h
@@ -53,11 +53,11 @@ struct cmdline {
size_t nroots;
/** Color data. */
- struct color_table *colors;
+ struct colors *colors;
/** Colors to use for stdout. */
- const struct color_table *stdout_colors;
+ const struct colors *stdout_colors;
/** Colors to use for stderr. */
- const struct color_table *stderr_colors;
+ const struct colors *stderr_colors;
/** -mindepth option. */
int mindepth;