aboutsummaryrefslogtreecommitdiff
path: root/src/einfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/einfo.h')
-rw-r--r--src/einfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/einfo.h b/src/einfo.h
index a0078ea4..dc07b903 100644
--- a/src/einfo.h
+++ b/src/einfo.h
@@ -36,6 +36,7 @@ typedef enum
have the va_list concept
*/
const char *ecolor (einfo_color_t);
+void elog (int level, const char *fmt, ...) EINFO_PRINTF (2, 3);
int einfon (const char *fmt, ...) EINFO_PRINTF (1, 2);
int ewarnn (const char *fmt, ...) EINFO_PRINTF (1, 2);
int eerrorn (const char *fmt, ...) EINFO_PRINTF (1, 2);