summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-28 21:33:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-28 21:33:18 +0200
commit9af7b7412cd89af35152d6f9207c6ffba435a85c (patch)
tree65cb45499a3291ee27af67c4a66ab6d63ce61a31 /doc/ja
parentb174b3c3c8fb9cd21380d7355a4e1fb810b06da0 (diff)
parentcf89b22de0783d750967bb79558abea45607770f (diff)
downloadweechat-9af7b7412cd89af35152d6f9207c6ffba435a85c.zip
Merge pull request #64 from stfnm/doc_fix_prototype_weechat_hashtable_dup
doc: fix prototype of function weechat_hashtable_dup (plugin API referen...
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_plugin_api.ja.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt
index 66c07822d..60c566adc 100644
--- a/doc/ja/weechat_plugin_api.ja.txt
+++ b/doc/ja/weechat_plugin_api.ja.txt
@@ -3657,7 +3657,7 @@ _WeeChat バージョン 0.4.4 以上で利用可。_
[source,C]
----
-struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable);
+struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable);
----
引数: