diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index b38b1f70f..73073109a 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6257,8 +6257,8 @@ Prototype: [source,C] ---------------------------------------- struct t_hook *weechat_hook_timer (long interval, - const char *align_second, - const char *max_calls, + int align_second, + int max_calls, int (*callback)(void *data, int remaining_calls), void *callback_data); |