add LINE_INFO_META_REC to Perl

This commit is contained in:
Ailin Nemui 2021-08-13 17:31:14 +02:00
commit 1602b506a6
5 changed files with 35 additions and 31 deletions

View file

@ -12,3 +12,4 @@ typedef WINDOW_REC *Irssi__UI__Window;
typedef TEXT_DEST_REC *Irssi__UI__TextDest;
typedef THEME_REC *Irssi__UI__Theme;
typedef KEYINFO_REC *Irssi__UI__Keyinfo;
typedef LINE_INFO_META_REC *Irssi__UI__LineInfoMeta;