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

@ -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)