1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file

This commit is contained in:
Sebastien Helleu
2006-05-20 09:45:02 +00:00
parent 1bc71392c4
commit 0eea93bba3
50 changed files with 686 additions and 544 deletions
+1
View File
@@ -45,6 +45,7 @@
#include "../common/weechat.h"
#include "irc.h"
#include "../common/log.h"
#include "../common/weeconfig.h"
#include "../gui/gui.h"