From 68f7b572bac36d4d1777e34e5b7a1107255b1e34 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 10 Feb 2014 14:50:12 +0100 Subject: lib/color: add colorscheme parser --- include/colors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/colors.h') diff --git a/include/colors.h b/include/colors.h index d2bd7b2aa..16db01075 100644 --- a/include/colors.h +++ b/include/colors.h @@ -72,6 +72,7 @@ static inline void color_disable(void) color_fdisable(stdout); } +extern const char *colorscheme_from_string(const char *str); #endif /* UTIL_LINUX_COLORS_H */ -- cgit v1.2.3-55-g7522