aboutsummaryrefslogtreecommitdiff
path: root/clog.h
diff options
context:
space:
mode:
Diffstat (limited to 'clog.h')
-rw-r--r--clog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clog.h b/clog.h
index 8d0dbb6..676f0c7 100644
--- a/clog.h
+++ b/clog.h
@@ -4,6 +4,7 @@
#include <stdarg.h>
int lprintf(const char *format, ...);
+void lfatalf(const char *format, ...);
int lvprintf(const char *format, va_list ap);
void lvfatalf(const char *format, va_list ap);