aboutsummaryrefslogtreecommitdiff
path: root/src/include/util.h
diff options
context:
space:
mode:
authorc2023-12-13 14:49:19 -0500
committerc2023-12-13 14:49:19 -0500
commit6a966d621c48118ab1a97db13473b78b2884ace1 (patch)
treef0607da8284f4081970325c37eb7ea409de68a9f /src/include/util.h
parentd8fcdcc5491ae053ebf0586a8093cda6781af51a (diff)
Added tests again.
Diffstat (limited to 'src/include/util.h')
-rw-r--r--src/include/util.h2
1 files changed, 2 insertions, 0 deletions
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. */