diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-06 21:59:28 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-06 21:59:28 +0000 |
commit | 341cd555872d49a805e8271e5c4b4bdee03bb866 (patch) | |
tree | dfee61d174e6cda35aded9fd0f5547beb052ee13 /src/perl/common/module.h | |
parent | d108026a377aae45a9294b495b81b951b5d84e85 (diff) | |
download | irssi-341cd555872d49a805e8271e5c4b4bdee03bb866.zip |
Perl updates. Lots of updates to perl documentation :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1081 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/module.h')
-rw-r--r-- | src/perl/common/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h index 5942bc2c..e355ac8a 100644 --- a/src/perl/common/module.h +++ b/src/perl/common/module.h @@ -36,7 +36,7 @@ typedef COMMAND_REC *Irssi__Command; typedef LOG_REC *Irssi__Log; -typedef LOG_ITEM_REC *Irssi__LogItem; +typedef LOG_ITEM_REC *Irssi__Logitem; typedef RAWLOG_REC *Irssi__Rawlog; typedef IGNORE_REC *Irssi__Ignore; typedef MODULE_REC *Irssi__Module; |