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:
Timo Sirainen 2000-04-27 10:31:14 +00:00 committed by cras
commit 849c091ac4
12 changed files with 84 additions and 84 deletions

View file

@ -1,7 +0,0 @@
#ifndef __IRC_COMMANDS_H
#define __IRC_COMMANDS_H
void irc_commands_init(void);
void irc_commands_deinit(void);
#endif