aboutsummaryrefslogtreecommitdiff
path: root/src/einfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/einfo.h')
-rw-r--r--src/einfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/einfo.h b/src/einfo.h
index d274eefc..29f831a2 100644
--- a/src/einfo.h
+++ b/src/einfo.h
@@ -18,12 +18,12 @@
typedef enum
{
- einfo_good,
- einfo_warn,
- einfo_bad,
- einfo_hilite,
- einfo_bracket,
- einfo_normal
+ einfo_good,
+ einfo_warn,
+ einfo_bad,
+ einfo_hilite,
+ einfo_bracket,
+ einfo_normal
} einfo_color_t;
/* Colour codes used by the below functions. */
@@ -50,7 +50,7 @@ typedef enum
NOTE We use the v suffix here so we can add veinfo for va_list
in the future, but veinfo is used by shell scripts as they don't
have the va_list concept
-*/
+ */
bool colour_terminal (void);
int einfon (const char *fmt, ...) EINFO_PRINTF (1, 2);
int ewarnn (const char *fmt, ...) EINFO_PRINTF (1, 2);