From dace220aa3aa6aad30bc339b5bbd2b6f57da925c Mon Sep 17 00:00:00 2001 From: ame Date: Sun, 15 Oct 2023 23:27:48 -0500 Subject: added p_error def --- src/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/util.h b/src/util.h index 42c89c2..b4b609a 100644 --- a/src/util.h +++ b/src/util.h @@ -16,4 +16,5 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -void p_fatal(const char* m); +void p_fatal(const char*); +void p_error(const char*); -- cgit v1.2.3