summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
authorKarel Zak2014-02-10 14:50:12 +0100
committerKarel Zak2014-02-10 14:50:12 +0100
commit68f7b572bac36d4d1777e34e5b7a1107255b1e34 (patch)
tree1417884d322410e5e50dfa3464e307d30c13cd6f /include/colors.h
parentMerge branch 'master' of https://github.com/micha137/util-linux (diff)
downloadkernel-qcow2-util-linux-68f7b572bac36d4d1777e34e5b7a1107255b1e34.tar.gz
kernel-qcow2-util-linux-68f7b572bac36d4d1777e34e5b7a1107255b1e34.tar.xz
kernel-qcow2-util-linux-68f7b572bac36d4d1777e34e5b7a1107255b1e34.zip
lib/color: add colorscheme parser
Diffstat (limited to 'include/colors.h')
-rw-r--r--include/colors.h1
1 files changed, 1 insertions, 0 deletions
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 */