diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-25 10:53:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-27 15:50:43 +0200 |
commit | 4d74a89cfcdce4d9207f51c786a2a1fc278c5a11 (patch) | |
tree | 57dad8d63de8a0bf1b5f5e6e13d57982da431601 /src/plugins/php/weechat-php_arginfo.h | |
parent | be6a29a596b5da3be4c00943cd5bdceabd5159c5 (diff) | |
download | weechat-4d74a89cfcdce4d9207f51c786a2a1fc278c5a11.zip |
api: add function string_parse_size
Diffstat (limited to 'src/plugins/php/weechat-php_arginfo.h')
-rw-r--r-- | src/plugins/php/weechat-php_arginfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php_arginfo.h b/src/plugins/php/weechat-php_arginfo.h index a36899771..4f81116e9 100644 --- a/src/plugins/php/weechat-php_arginfo.h +++ b/src/plugins/php/weechat-php_arginfo.h @@ -57,6 +57,8 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_weechat_string_format_size, 0, 1 ZEND_ARG_TYPE_INFO(0, p0, IS_LONG, 0) ZEND_END_ARG_INFO() +#define arginfo_weechat_string_parse_size arginfo_weechat_charset_set + #define arginfo_weechat_string_color_code_size arginfo_weechat_charset_set #define arginfo_weechat_string_remove_color arginfo_weechat_iconv_to_internal |