1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

php: rename API callback functions

This commit is contained in:
Sébastien Helleu
2017-09-06 20:58:15 +02:00
parent 48c9fbec35
commit 2a04ae0d65
3 changed files with 150 additions and 138 deletions
+2 -2
View File
@@ -647,8 +647,8 @@ weechat_php_load (const char *filename)
plugin_script_set_buffer_callbacks (weechat_php_plugin,
php_scripts,
php_current_script,
weechat_php_buffer_new_input_callback,
weechat_php_buffer_new_close_callback);
&weechat_php_api_buffer_input_data_cb,
&weechat_php_api_buffer_close_cb);
(void) weechat_hook_signal_send ("php_script_loaded",
WEECHAT_HOOK_SIGNAL_STRING,