diff options
Diffstat (limited to 'src/plugins/php/weechat-php.stub.php')
-rw-r--r-- | src/plugins/php/weechat-php.stub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php.stub.php b/src/plugins/php/weechat-php.stub.php index b5488d14f..ba3a365fb 100644 --- a/src/plugins/php/weechat-php.stub.php +++ b/src/plugins/php/weechat-php.stub.php @@ -116,6 +116,7 @@ function weechat_hook_set(): mixed {} function weechat_unhook(): mixed {} function weechat_unhook_all(): mixed {} function weechat_buffer_new(): mixed {} +function weechat_buffer_new_props(): mixed {} function weechat_buffer_search(): mixed {} function weechat_buffer_search_main(): mixed {} function weechat_current_buffer(): mixed {} |