summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-14 15:41:45 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-14 15:41:45 -0500
commit30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926 (patch)
tree7609fea16f75016e6dd7356f26f165d65d031acb /bfs.h
parent0d6c12cbc8370dafcfcb2c1882303ab2610175c6 (diff)
downloadbfs-30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926.tar.xz
s/color_table/colors/.
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;