From 30d7fa271c1b0a2fdcc9ae4123c902a72aa4b926 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Feb 2016 15:41:45 -0500 Subject: s/color_table/colors/. --- bfs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bfs.h') 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; -- cgit v1.2.3