From 88bef0b1b127f67149060fe36757940379d7f4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 8 May 2020 10:49:20 +0200 Subject: core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add} Old functions are kept for compatibility reasons. --- src/plugins/php/weechat-php.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/php/weechat-php.c') diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 95e096b8f..93a1f2069 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -253,6 +253,8 @@ const zend_function_entry weechat_functions[] = { PHP_FE(weechat_command_options, NULL) PHP_FE(weechat_completion_new, NULL) PHP_FE(weechat_completion_search, NULL) + PHP_FE(weechat_completion_get_string, NULL) + PHP_FE(weechat_completion_list_add, NULL) PHP_FE(weechat_completion_free, NULL) PHP_FE(weechat_info_get, NULL) PHP_FE(weechat_info_get_hashtable, NULL) -- cgit v1.2.3