From 0410bab11f4be35c22916935509a62a7e7bd8bd2 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Tue, 13 Jun 2023 15:29:47 -0400 Subject: ok --- src/include/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/util.h b/src/include/util.h index a8efe7a..63ee8bb 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -7,10 +7,9 @@ #include +void die(const char* fmt, ...); void log_inf(const char* fmt, ...); void log_raw(const char* fmt, ...); void log_war(const char* fmt, ...); -void log_err(const char* fmt, ...); -void die(const char* fmt, ...); #endif -- cgit v1.2.3