From d8c4d84dc75300c6d4d8b0adceafa33741960b92 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 27 Sep 2025 18:38:35 +0200 Subject: added http lib, working on AI invoice importing --- src/log.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/log.cpp') diff --git a/src/log.cpp b/src/log.cpp index 5180705..094bcab 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -20,9 +20,9 @@ #include "timer.h" #include "log.hpp" -log g_log = {0}; +program_log g_log = {0}; -log* get_log() +program_log* get_log() { return &g_log; } -- cgit v1.2.3-70-g09d2