aboutsummaryrefslogtreecommitdiff
path: root/src/include/util.h
diff options
context:
space:
mode:
authors-over-42023-07-10 00:59:08 -0400
committers-over-42023-07-10 00:59:08 -0400
commitfa403b3fb6ff14dbed73d815684d6935c3c19717 (patch)
treed255f1a2ea4f27f1b2046e29f9811e52dbd4dee9 /src/include/util.h
parent979bf65d49a8d362be8ba370dc453362dca158cd (diff)
made a test framework (HLKT)
Diffstat (limited to 'src/include/util.h')
-rw-r--r--src/include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/util.h b/src/include/util.h
index 63ee8bb..a7879e9 100644
--- a/src/include/util.h
+++ b/src/include/util.h
@@ -8,6 +8,7 @@
void die(const char* fmt, ...);
+void log_err(const char* fmt, ...);
void log_inf(const char* fmt, ...);
void log_raw(const char* fmt, ...);
void log_war(const char* fmt, ...);