Implement logger functionality and signal handling: add Logger structure with mutex, logging functions, and handle SIGINT in utils.

This commit is contained in:
2025-05-18 19:02:17 +02:00
parent 12749c4552
commit d83f2df60f
7 changed files with 134 additions and 11 deletions
+1 -1
View File
@@ -8,8 +8,8 @@
#include "main.h"
#include "users.h"
#include "utils.h"
#include <string.h>
#include <libpq-fe.h>
int loadListFromCSV(char* _filename, list_t * _list);