summaryrefslogtreecommitdiff
path: root/src/perl/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/common')
-rw-r--r--src/perl/common/module.h1
-rw-r--r--src/perl/common/typemap1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h
index e355ac8a..11a60fe7 100644
--- a/src/perl/common/module.h
+++ b/src/perl/common/module.h
@@ -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;
diff --git a/src/perl/common/typemap b/src/perl/common/typemap
index 5be3bcd0..f2432f17 100644
--- a/src/perl/common/typemap
+++ b/src/perl/common/typemap
@@ -16,6 +16,7 @@ Irssi::Theme T_PlainObj
Irssi::Keyinfo T_PlainObj
Irssi::Window T_PlainObj
Irssi::Windowitem T_IrssiObj
+Irssi::TextDest T_PlainObj
INPUT