diff options
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index accc8924f..dc1215438 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3188,10 +3188,10 @@ Prototype : [source,C] ---------------------------------------- void hashtable_map (struct t_hashlist *hashlist, - int (*callback_map)(void *data, - struct t_hashtable *hashtable, - const void *key, - const void *value), + void (*callback_map)(void *data, + struct t_hashtable *hashtable, + const void *key, + const void *value), void *callback_map_data); ---------------------------------------- |