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

@@ -1,6 +1,7 @@
core_sources = \
src/xmpp/contact.c src/xmpp/contact.h \
src/log.c src/common.c \
src/chatlog.c src/chatlog.h \
src/database.h src/database.c \
src/log.h src/profanity.c src/common.h \
src/profanity.h src/xmpp/chat_session.c \
@@ -73,6 +74,7 @@ core_sources = \
unittest_sources = \
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
src/chatlog.c src/chatlog.h \
src/log.h src/profanity.c src/common.h \
src/profanity.h src/xmpp/chat_session.c \
src/xmpp/chat_session.h src/xmpp/muc.c src/xmpp/muc.h src/xmpp/jid.h src/xmpp/jid.c \