summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/color.h b/color.h
index 36450bf..edf1ef7 100644
--- a/color.h
+++ b/color.h
@@ -27,18 +27,16 @@
#include <stdio.h>
/**
- * 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.