mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Migration of Ruby plugin to new API, new functions to dump script plugin data to WeeChat log file
This commit is contained in:
@@ -37,5 +37,7 @@ extern void script_callback_remove (struct t_weechat_plugin *weechat_plugin,
|
||||
struct t_script_callback *script_callback);
|
||||
extern void script_callback_remove_all (struct t_weechat_plugin *weechat_plugin,
|
||||
struct t_plugin_script *script);
|
||||
extern void script_callback_print_log (struct t_weechat_plugin *weechat_plugin,
|
||||
struct t_script_callback *script_callback);
|
||||
|
||||
#endif /* script-callback.h */
|
||||
|
||||
Reference in New Issue
Block a user