summaryrefslogtreecommitdiffstats
path: root/include/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/colors.h')
-rw-r--r--include/colors.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/colors.h b/include/colors.h
index 16db01075..42881d5e3 100644
--- a/include/colors.h
+++ b/include/colors.h
@@ -43,6 +43,7 @@ enum colortmode {
UL_COLORMODE_AUTO = 0,
UL_COLORMODE_NEVER,
UL_COLORMODE_ALWAYS,
+ UL_COLORMODE_UNDEF,
__UL_NCOLORMODES /* last */
};
@@ -50,8 +51,8 @@ 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);
+/* Initialize the global variable UL_COLOR_TERM_OK */
+extern int colors_init(int mode, const char *util_name);
/* Returns 1 or 0 */
extern int colors_wanted(void);