diff options
Diffstat (limited to 'src/plugins/php/weechat-php-api.h')
-rw-r--r-- | src/plugins/php/weechat-php-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/php/weechat-php-api.h b/src/plugins/php/weechat-php-api.h index 348ac94da..d223b6f56 100644 --- a/src/plugins/php/weechat-php-api.h +++ b/src/plugins/php/weechat-php-api.h @@ -141,6 +141,7 @@ PHP_FUNCTION(weechat_hook_timer); PHP_FUNCTION(weechat_hook_fd); PHP_FUNCTION(weechat_hook_process); PHP_FUNCTION(weechat_hook_process_hashtable); +PHP_FUNCTION(weechat_hook_url); PHP_FUNCTION(weechat_hook_connect); PHP_FUNCTION(weechat_hook_line); PHP_FUNCTION(weechat_hook_print); |