mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Removed several header files that only had xxx_init(); xxx_deinit(); - moved
them to the .c file where they were called. nicklist didn't notice nick changes right. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@183 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d769109f57
commit
849c091ac4
12 changed files with 84 additions and 84 deletions
|
|
@ -25,16 +25,22 @@
|
|||
|
||||
#include "bans.h"
|
||||
#include "channels.h"
|
||||
#include "channel-events.h"
|
||||
#include "channels-query.h"
|
||||
#include "channels-setup.h"
|
||||
#include "irc.h"
|
||||
#include "modes.h"
|
||||
#include "levels.h"
|
||||
#include "mode-lists.h"
|
||||
#include "massjoin.h"
|
||||
#include "nicklist.h"
|
||||
|
||||
void channels_query_init(void);
|
||||
void channels_query_deinit(void);
|
||||
|
||||
void channel_events_init(void);
|
||||
void channel_events_deinit(void);
|
||||
|
||||
void massjoin_init(void);
|
||||
void massjoin_deinit(void);
|
||||
|
||||
GSList *channels; /* List of all channels */
|
||||
|
||||
CHANNEL_REC *channel_create(IRC_SERVER_REC *server, const char *channel, int automatic)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue