aboutsummaryrefslogtreecommitdiff
path: root/clog.h
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-04-24 22:00:09 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-04-24 22:00:09 +0200
commitfc7e5141a92fa3725452b0c08fad7b95c7468d85 (patch)
treed8de0e5f3fc06417cde03dafcfa279a969fe070a /clog.h
parent5062b051afd47c83fe0e976c5060e8adc08db27b (diff)
Add lvfatalf function
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 857a068..8d0dbb6 100644
--- a/clog.h
+++ b/clog.h
@@ -6,5 +6,6 @@
int lprintf(const char *format, ...);
int lvprintf(const char *format, va_list ap);
+void lvfatalf(const char *format, va_list ap);
#endif