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

@ -53,3 +53,4 @@ typedef THEME_REC *Irssi__Theme;
typedef KEYINFO_REC *Irssi__Keyinfo;
typedef WINDOW_REC *Irssi__Window;
typedef WI_ITEM_REC *Irssi__Windowitem;
typedef TEXT_DEST_REC *Irssi__TextDest;