diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-13 14:11:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-13 14:11:17 +0100 |
commit | 49043bf1b0b787ae3662cb73e234835f5f5777e8 (patch) | |
tree | b04f2de2ad5542c6f4449d4d2076278294ac13d1 /doc/fr/weechat_plugin_api.fr.txt | |
parent | f7811b0ae206eed9d7c5697466d7da202f0212cc (diff) | |
download | weechat-49043bf1b0b787ae3662cb73e234835f5f5777e8.zip |
doc: fix prototype of function weechat_config_section_free in plugin API reference
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-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 7002dbfbc..908b701a9 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -5721,7 +5721,7 @@ Prototype : [source,C] ---------------------------------------- -void weechat_config_section_free (struct t_config_option *option); +void weechat_config_section_free (struct t_config_section *section); ---------------------------------------- Paramètres : |