0.7.90 released.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@292 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-04 16:01:19 +00:00 committed by cras
commit 7755aae26b
21 changed files with 120 additions and 109 deletions

View file

@ -45,6 +45,7 @@ noinst_HEADERS = \
module.h \
modules.h \
net-disconnect.h \
net-internal.h \
net-nonblock.h \
network.h \
pidwait.h \

View file

@ -33,4 +33,5 @@ noinst_HEADERS = \
completion.h \
fe-common-irc.h \
irc-hilight-text.h \
module.h \
module-formats.h

View file

@ -40,5 +40,6 @@ noinst_HEADERS = \
statusbar.h \
gui-textwidget.h \
gui-windows.h \
module-formats.h \
screen.h
screen.h \
module.h \
module-formats.h

View file

@ -19,7 +19,8 @@ noinst_HEADERS = \
bot.h \
bot-users.h \
botnet.h \
botnet-users.h
botnet-users.h \
module.h
EXTRA_DIST = \
users.sample \

View file

@ -10,4 +10,5 @@ libirc_dcc_la_SOURCES = \
dcc-files.c
noinst_HEADERS = \
dcc.h
dcc.h \
module.h

View file

@ -10,4 +10,5 @@ libirc_flood_la_SOURCES = \
noinst_HEADERS = \
autoignore.h \
flood.h
flood.h \
module.h

View file

@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \
noinst_HEADERS = \
notifylist.h \
notify-setup.h
notify-setup.h \
module.h

View file

@ -25,6 +25,8 @@ dcc_find_by_port(nick, port)
char *
dcc_type2str(type)
int type
CODE:
RETVAL = (char *) dcc_type2str(type);
int
dcc_str2type(type)