Implement logger functionality and signal handling: add Logger structure with mutex, logging functions, and handle SIGINT in utils.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user