diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 979c1438a..77e24c607 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1090,7 +1090,7 @@ Prototype: [source,C] ---------------------------------------- -int weechat_string_regcomp (regex_t *preg, const char *regex, int default_flags) +int weechat_string_regcomp (void *preg, const char *regex, int default_flags) ---------------------------------------- Arguments: |