1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Splited weechat.c into weechat.c and util.c

This commit is contained in:
Sebastien Helleu
2006-07-23 11:19:09 +00:00
parent b7fc6747f6
commit 3eced7694b
48 changed files with 758 additions and 600 deletions
+1
View File
@@ -34,6 +34,7 @@
#include "log.h"
#include "session.h"
#include "utf8.h"
#include "util.h"
#include "weelist.h"
#include "weeconfig.h"
#include "../irc/irc.h"