summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
-rw-r--r--doc/it/weechat_plugin_api.it.txt2
3 files changed, 3 insertions, 3 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:
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 187f0fed5..0e953ab9f 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -1105,7 +1105,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)
----------------------------------------
Paramètres :
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index b1fe79834..2c2c51689 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -1117,7 +1117,7 @@ Prototipo:
[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)
----------------------------------------
Argomenti: