From d1438b178e922f7eca9c9f63c475d62d75323518 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Tue, 13 Jun 2023 12:09:17 -0400 Subject: yet more --- src/include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/util.h') diff --git a/src/include/util.h b/src/include/util.h index 500fb5f..a8efe7a 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -8,6 +8,7 @@ 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, ...); -- cgit v1.2.3