From 6a966d621c48118ab1a97db13473b78b2884ace1 Mon Sep 17 00:00:00 2001 From: c Date: Wed, 13 Dec 2023 14:49:19 -0500 Subject: Added tests again. --- src/include/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/util.h') diff --git a/src/include/util.h b/src/include/util.h index cf59a44..15f862e 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -8,6 +8,8 @@ /* Log some debug information. */ void log_dbg(const char*, ...); +/* Log some congratulatory information. */ +void log_yay(const char*, ...); /* Log some information. */ void log_inf(const char*, ...); /* Log something with no formatting. */ -- cgit v1.2.3