diff options
Diffstat (limited to 'src/include/util.h')
-rw-r--r-- | src/include/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <stdio.h> +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 |