Split log.c into log.c and chatlog.c

This commit is contained in:
Michael Vetter
2022-06-28 19:52:04 +02:00
parent e8ae825709
commit 585f68f4f7
9 changed files with 592 additions and 490 deletions

View File

@@ -42,6 +42,7 @@
#include <glib.h>
#include "log.h"
#include "chatlog.h"
#include "database.h"
#include "config/preferences.h"
#include "config/files.h"