From 496521a0fe9ebb29cd8b96a4ff84b2f7f75f3688 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Mar 2025 01:16:36 +0200 Subject: yes we will need this function --- src/include/aklog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/aklog.h') diff --git a/src/include/aklog.h b/src/include/aklog.h index ad7581d..5c82c21 100644 --- a/src/include/aklog.h +++ b/src/include/aklog.h @@ -11,5 +11,6 @@ void ak_log_warning(const char* program, char* message); void ak_log_debug(const char* program, char* message); void ak_log_error(const char* program, char* message); void ak_log_info(const char* program, char* message); +void ak_log_write_to_file(char* message); #endif // AKLOG -- cgit v1.2.3