diff options
Diffstat (limited to 'src/plugins/perl/weechat-perl.h')
-rw-r--r-- | src/plugins/perl/weechat-perl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/perl/weechat-perl.h b/src/plugins/perl/weechat-perl.h index 87a601aac..5e1eabe48 100644 --- a/src/plugins/perl/weechat-perl.h +++ b/src/plugins/perl/weechat-perl.h @@ -35,8 +35,9 @@ extern struct t_plugin_script *perl_registered_script; extern const char *perl_current_script_filename; extern HV *weechat_perl_hashtable_to_hash (struct t_hashtable *hashtable); -extern struct t_hashtable *weechat_perl_hash_to_hashtable (SV *hash, - int hashtable_size); +extern struct t_hashtable *weechat_perl_hash_to_hashtable (SV *hash, int size, + const char *type_keys, + const char *type_values); extern void *weechat_perl_exec (struct t_plugin_script *script, int ret_type, const char *function, const char *format, void **argv); |