summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/colors.h')
-rw-r--r--include/colors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/colors.h b/include/colors.h
index e8ab3951a..97efc486a 100644
--- a/include/colors.h
+++ b/include/colors.h
@@ -65,7 +65,9 @@ extern void colors_on(void);
/* Set the color */
extern void color_fenable(const char *seq, FILE *f);
+
extern void color_scheme_fenable(const char *name, const char *dflt, FILE *f);
+extern const char *color_scheme_get_sequence(const char *name, const char *dflt);
static inline void color_enable(const char *seq)
{