From 486df38a8d81686d74507e47d1ef713b3bad49da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 29 Sep 2022 07:48:55 +0200 Subject: [PATCH] php: add missing arginfo_weechat_string_parse_size in legacy arginfo --- src/plugins/php/weechat-php_legacy_arginfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/php/weechat-php_legacy_arginfo.h b/src/plugins/php/weechat-php_legacy_arginfo.h index 312281096..a55f8aa0a 100644 --- a/src/plugins/php/weechat-php_legacy_arginfo.h +++ b/src/plugins/php/weechat-php_legacy_arginfo.h @@ -46,6 +46,8 @@ ZEND_END_ARG_INFO() #define arginfo_weechat_string_format_size arginfo_weechat_plugin_get_name +#define arginfo_weechat_string_parse_size arginfo_weechat_charset_set + #define arginfo_weechat_string_color_code_size arginfo_weechat_plugin_get_name #define arginfo_weechat_string_remove_color arginfo_weechat_iconv_to_internal