diff options
author | Timo Sirainen <cras@irssi.org> | 2000-11-26 09:22:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-11-26 09:22:18 +0000 |
commit | 079932c4054fa6dd435268c2945b97fe01aff579 (patch) | |
tree | 28050c6fc0b35045fc4030589260cd4419eb23f1 /src/perl/perl-common.h | |
parent | 9a7491fbe6e9a8bac01e711bc7e094fd1e40126a (diff) | |
download | irssi-079932c4054fa6dd435268c2945b97fe01aff579.zip |
Perl fixes and additions. theme_register() / printformat() works now
with scripts
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@884 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/perl-common.h')
-rw-r--r-- | src/perl/perl-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/perl/perl-common.h b/src/perl/perl-common.h index 9684c7fd..267ab094 100644 --- a/src/perl/perl-common.h +++ b/src/perl/perl-common.h @@ -9,6 +9,9 @@ extern GHashTable *perl_stashes; +/* returns the package who called us */ +char *perl_get_package(void); + HV *irssi_get_stash_item(int type, int chat_type); #define irssi_get_stash(item) \ |