diff options
Diffstat (limited to 'src/plugins/php/weechat-php.c')
-rw-r--r-- | src/plugins/php/weechat-php.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 94a42f226..87be03395 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -114,6 +114,7 @@ const zend_function_entry weechat_functions[] = { PHP_FE(weechat_gettext, NULL) PHP_FE(weechat_hdata_char, NULL) PHP_FE(weechat_hdata_check_pointer, NULL) + PHP_FE(weechat_hdata_compare, NULL) PHP_FE(weechat_hdata_get_list, NULL) PHP_FE(weechat_hdata_get, NULL) PHP_FE(weechat_hdata_get_string, NULL) |