]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/channel.c
Move some declarations to header files, this enforces that they match.
[irc/rqf/shadowircd.git] / src / channel.c
index d03744e6dff390a5e6107d645de6fd8a30842ed8..c77e02d3a14487ea656e3af3ac3e0048ced2c172 100644 (file)
@@ -30,8 +30,7 @@
 #include "common.h"
 #include "hash.h"
 #include "hook.h"
-#include "irc_string.h"
-#include "sprintf_irc.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_serv.h"            /* captab */
 #include "s_newconf.h"
 #include "logger.h"
 
-extern rb_dlink_list global_channel_list;
-
-extern struct config_channel_entry ConfigChannel;
-extern rb_bh *channel_heap;
-extern rb_bh *ban_heap;
-extern rb_bh *topic_heap;
-extern rb_bh *member_heap;
-
 static int channel_capabs[] = { CAP_EX, CAP_IE,
        CAP_SERVICE,
        CAP_TS6