mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +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
|
|
@ -16,6 +16,7 @@ libirc_core_la_SOURCES = \
|
|||
irc.c \
|
||||
irc-core.c \
|
||||
irc-commands.c \
|
||||
irc-log.c \
|
||||
irc-rawlog.c \
|
||||
irc-server.c \
|
||||
irc-special-vars.c \
|
||||
|
|
@ -36,20 +37,13 @@ noinst_HEADERS = \
|
|||
bans.h \
|
||||
ctcp.h \
|
||||
channels.h \
|
||||
channels-query.h \
|
||||
channels-setup.h \
|
||||
channel-events.h \
|
||||
ignore.h \
|
||||
irc.h \
|
||||
irc-core.h \
|
||||
irc-commands.h \
|
||||
irc-rawlog.h \
|
||||
irc-server.h \
|
||||
irc-special-vars.h \
|
||||
ircnet-setup.h \
|
||||
lag.h \
|
||||
masks.h \
|
||||
massjoin.h \
|
||||
modes.h \
|
||||
mode-lists.h \
|
||||
module.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue