aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/log.h b/src/log.h
index cf2fa3e..e09ed82 100644
--- a/src/log.h
+++ b/src/log.h
@@ -18,6 +18,8 @@
/* ##### EXPORTED FUNCTION DECLARATIONS ######################################### */
- /* :TODO:10/27/2022 11:48:08 AM:: Sort out other levels */
-int debug(char msg[]);
-int info(char msg[]);
+
+int debug(char msg[], ...);
+int info(char msg[], ...);
+int warning(char msg[], ...);
+int error(char msg[], ...);