diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-18 22:45:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-18 22:45:26 +0000 |
commit | 7bba8f19c55180a3cf2dee982b1e07a76e50fddd (patch) | |
tree | cfda936b1002af92e88c3799fe09e07919fdcdd3 /src/perl/common/module.h | |
parent | cefc72bfe71f3b6d0471544070db3e7046b1ce6f (diff) | |
download | irssi-7bba8f19c55180a3cf2dee982b1e07a76e50fddd.zip |
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@770 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/module.h')
-rw-r--r-- | src/perl/common/module.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h index fec283f0..5eb6cf32 100644 --- a/src/perl/common/module.h +++ b/src/perl/common/module.h @@ -12,6 +12,7 @@ #include "settings.h" #include "masks.h" +#include "chatnets.h" #include "servers.h" #include "servers-reconnect.h" #include "servers-setup.h" @@ -22,13 +23,17 @@ #include "perl/perl-common.h" #include "fe-common/core/windows.h" +#include "fe-common/core/themes.h" +#include "fe-common/core/keyboard.h" typedef COMMAND_REC *Irssi__Command; typedef LOG_REC *Irssi__Log; typedef LOG_ITEM_REC *Irssi__LogItem; typedef RAWLOG_REC *Irssi__Rawlog; typedef IGNORE_REC *Irssi__Ignore; +typedef MODULE_REC *Irssi__Module; +typedef CHATNET_REC *Irssi__Chatnet; typedef SERVER_REC *Irssi__Server; typedef SERVER_CONNECT_REC *Irssi__Connect; typedef RECONNECT_REC *Irssi__Reconnect; @@ -36,5 +41,7 @@ typedef CHANNEL_REC *Irssi__Channel; typedef QUERY_REC *Irssi__Query; typedef NICK_REC *Irssi__Nick; +typedef THEME_REC *Irssi__Theme; +typedef KEYINFO_REC *Irssi__Keyinfo; typedef WINDOW_REC *Irssi__Window; typedef WI_ITEM_REC *Irssi__Windowitem; |