mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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:
parent
29ac175069
commit
7755aae26b
21 changed files with 120 additions and 109 deletions
|
|
@ -45,6 +45,7 @@ noinst_HEADERS = \
|
|||
module.h \
|
||||
modules.h \
|
||||
net-disconnect.h \
|
||||
net-internal.h \
|
||||
net-nonblock.h \
|
||||
network.h \
|
||||
pidwait.h \
|
||||
|
|
|
|||
|
|
@ -33,4 +33,5 @@ noinst_HEADERS = \
|
|||
completion.h \
|
||||
fe-common-irc.h \
|
||||
irc-hilight-text.h \
|
||||
module.h \
|
||||
module-formats.h
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ libirc_dcc_la_SOURCES = \
|
|||
dcc-files.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
dcc.h
|
||||
dcc.h \
|
||||
module.h
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ libirc_flood_la_SOURCES = \
|
|||
|
||||
noinst_HEADERS = \
|
||||
autoignore.h \
|
||||
flood.h
|
||||
flood.h \
|
||||
module.h
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \
|
|||
|
||||
noinst_HEADERS = \
|
||||
notifylist.h \
|
||||
notify-setup.h
|
||||
notify-setup.h \
|
||||
module.h
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue