diff options
author | stfn <stfnmd@gmail.com> | 2014-04-28 19:48:43 +0200 |
---|---|---|
committer | stfn <stfnmd@gmail.com> | 2014-04-28 19:48:43 +0200 |
commit | cf89b22de0783d750967bb79558abea45607770f (patch) | |
tree | 65cb45499a3291ee27af67c4a66ab6d63ce61a31 /doc/fr | |
parent | b174b3c3c8fb9cd21380d7355a4e1fb810b06da0 (diff) | |
download | weechat-cf89b22de0783d750967bb79558abea45607770f.zip |
doc: fix prototype of function weechat_hashtable_dup (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 15a8d2e87..d0b6d8e59 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3715,7 +3715,7 @@ Prototype : [source,C] ---- -struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable); +struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable); ---- Paramètres : |