From 414959a474eb80d917e384147c95fe1ea35b8e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 28 Dec 2017 17:21:51 +0100 Subject: scripts: add "eval" option in script commands and info "xxx_eval" (issue #128) For now this works only in python, perl, ruby and guile. --- src/plugins/perl/weechat-perl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/perl/weechat-perl.h') diff --git a/src/plugins/perl/weechat-perl.h b/src/plugins/perl/weechat-perl.h index 8bee709cf..318f28ca5 100644 --- a/src/plugins/perl/weechat-perl.h +++ b/src/plugins/perl/weechat-perl.h @@ -41,6 +41,7 @@ extern HV *weechat_perl_hashtable_to_hash (struct t_hashtable *hashtable); extern struct t_hashtable *weechat_perl_hash_to_hashtable (SV *hash, int size, const char *type_keys, const char *type_values); +extern XS (weechat_perl_output); extern void *weechat_perl_exec (struct t_plugin_script *script, int ret_type, const char *function, const char *format, void **argv); -- cgit v1.2.3