diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |