Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1453 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-04-20 19:24:20 +00:00 committed by cras
commit 014c07d71c
5 changed files with 20 additions and 3 deletions

View file

@ -9,7 +9,6 @@ core
"gui exit"
"gui dialog", char *type, char *text
"send command", char *command, SERVER_REC, WI_ITEM_REC
"print text stripped", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
* Provides signals:
@ -254,8 +253,8 @@ keyboard.c:
"keyinfo destroyed", KEYINFO_REC
printtext.c:
"print text", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
"print text stripped", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
"print text", TEXT_DEST_REC *dest, char *text
"print text stripped", TEXT_DEST_REC *dest, char *text
themes.c:
"theme created", THEME_REC