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/Log.xs | |
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/Log.xs')
-rw-r--r-- | src/perl/common/Log.xs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/perl/common/Log.xs b/src/perl/common/Log.xs index 5821ebaa..5a693c49 100644 --- a/src/perl/common/Log.xs +++ b/src/perl/common/Log.xs @@ -34,9 +34,9 @@ log_item_add(log, type, name, server) void log_item_destroy(log, item) Irssi::Log log - Irssi::LogItem item + Irssi::Logitem item -Irssi::LogItem +Irssi::Logitem log_item_find(log, type, item, server) Irssi::Log log int type |