From 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 15 Apr 2022 13:31:22 -0400 Subject: color: Support a separate $BFS_COLORS environment variable --- color.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'color.h') diff --git a/color.h b/color.h index 36450bf..edf1ef7 100644 --- a/color.h +++ b/color.h @@ -27,18 +27,16 @@ #include /** - * A lookup table for colors. + * A color scheme. */ struct colors; /** * Parse a color table. * - * @param ls_colors - * A color table in the LS_COLORS environment variable format. * @return The parsed color table. */ -struct colors *parse_colors(const char *ls_colors); +struct colors *parse_colors(void); /** * Free a color table. -- cgit v1.2.3