summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
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 f9e36fd57..b6c99171a 100644
--- a/include/colors.h
+++ b/include/colors.h
@@ -48,6 +48,7 @@ enum colortmode {
};
extern int colormode_from_string(const char *str);
+extern int colormode_or_err(const char *str, const char *errmsg);
/* Initialize the global variable OUT_IS_TERM */
extern int colors_init(int mode);